[llvm-commits] [llvm] r73369 - /llvm/trunk/docs/DeveloperPolicy.html
Chris Lattner
sabre at nondot.org
Sun Jun 14 21:18:54 PDT 2009
Author: lattner
Date: Sun Jun 14 23:18:54 2009
New Revision: 73369
URL: http://llvm.org/viewvc/llvm-project?rev=73369&view=rev
Log:
remove some old CVS-specific arguments that don't work with SVN.
Modified:
llvm/trunk/docs/DeveloperPolicy.html
Modified: llvm/trunk/docs/DeveloperPolicy.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=73369&r1=73368&r2=73369&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Sun Jun 14 23:18:54 2009
@@ -108,7 +108,7 @@
<li>Patches should be made with this command:
<div class="doc_code">
<pre>
-svn diff -x -u
+svn diff
</pre>
</div>
or with the utility <tt>utils/mkpatch</tt>, which makes it easy to read
More information about the llvm-commits
mailing list