summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-15 04:18:54 +0000
committerChris Lattner <sabre@nondot.org>2009-06-15 04:18:54 +0000
commit8792232f99b2b2e0e4f84d39d4a53bad37fe6978 (patch)
treec62f2c701a2ad11219674f30bcb13c0c14ced835 /docs
parent88d7e403d02ad9ef72972b22c0fd2975d5a38bfd (diff)
downloadllvm-8792232f99b2b2e0e4f84d39d4a53bad37fe6978.tar.gz
llvm-8792232f99b2b2e0e4f84d39d4a53bad37fe6978.tar.bz2
llvm-8792232f99b2b2e0e4f84d39d4a53bad37fe6978.tar.xz
remove some old CVS-specific arguments that don't work with SVN.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/DeveloperPolicy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index de46ccdd00..9c8b4d666b 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -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