diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-15 04:18:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-15 04:18:54 +0000 |
commit | 83bd142704befadd5bcb84db2cf17c2641b32a24 (patch) | |
tree | c62f2c701a2ad11219674f30bcb13c0c14ced835 /docs | |
parent | d024d8d9d1193d269b55aad768ac47ed5d873a6a (diff) | |
download | external_llvm-83bd142704befadd5bcb84db2cf17c2641b32a24.zip external_llvm-83bd142704befadd5bcb84db2cf17c2641b32a24.tar.gz external_llvm-83bd142704befadd5bcb84db2cf17c2641b32a24.tar.bz2 |
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index de46ccd..9c8b4d6 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 |