aboutsummaryrefslogtreecommitdiffstats
path: root/etc/CONTRIBUTE
diff options
context:
space:
mode:
Diffstat (limited to 'etc/CONTRIBUTE')
-rw-r--r--etc/CONTRIBUTE6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE
index d78692c40ff..882773bcb5e 100644
--- a/etc/CONTRIBUTE
+++ b/etc/CONTRIBUTE
@@ -120,9 +120,9 @@ Manual, for how to write good log entries.
120 120
121** The patch itself. 121** The patch itself.
122 122
123If you are accessing the Bazaar repository, make sure your copy is 123If you are accessing the Emacs repository, make sure your copy is
124up-to-date (e.g. with `bzr pull'), then use 124up-to-date (e.g. with `git pull'), then use
125 bzr diff --no-aliases --diff-options=-cp 125 git diff
126Else, use 126Else, use
127 diff -cp OLD NEW 127 diff -cp OLD NEW
128 128