<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 14 May 2015 at 17:02, Justin Bogner <span dir="ltr"><<a href="mailto:mail@justinbogner.com" target="_blank">mail@justinbogner.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Nick Lewycky <<a href="mailto:nicholas@mxc.ca">nicholas@mxc.ca</a>> writes:<br>
> Author: nicholas<br>
> Date: Thu May 14 18:21:33 2015<br>
> New Revision: 237405<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=237405&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=237405&view=rev</a><br>
> Log:<br>
> Add a missing piece of existing practice to the developer policy. This<br>
> may need further refinement, but I think is roughly correct.<br>
><br>
> Modified:<br>
>     llvm/trunk/docs/DeveloperPolicy.rst<br>
><br>
> Modified: llvm/trunk/docs/DeveloperPolicy.rst<br>
> URL:<br>
> <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=237405&r1=237404&r2=237405&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=237405&r1=237404&r2=237405&view=diff</a><br>
> ==============================================================================<br>
> --- llvm/trunk/docs/DeveloperPolicy.rst (original)<br>
> +++ llvm/trunk/docs/DeveloperPolicy.rst Thu May 14 18:21:33 2015<br>
> @@ -324,6 +324,11 @@ Below are some guidelines about the form<br>
>  * Text formatting and spelling should follow the same rules as documentation<br>
>    and in-code comments, ex. capitalization, full stop, etc.<br>
><br>
> +* If the commit is a bug fix on top of another recently committed patch, or a<br>
> +revert or reapply of a patch, include the svn revision number of the prior<br>
> +related commit. This could be as simple as "Revert rNNNN because it caused<br>
> +PR#".<br>
> +<br>
<br>
</span>For future reference, .rst cares about the hanging indentation for<br>
bullet points. See r237409.<br></blockquote><div><br></div><div>Thanks!!</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">>  For minor violations of these recommendations, the community normally favors<br>
>  reminding the contributor of this policy over reverting. Minor corrections and<br>
>  omissions can be handled by sending a reply to the commits mailing list.<br>
><br>
><br>
> _______________________________________________<br>
> llvm-commits mailing list<br>
> <a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div></div>