diff options
Diffstat (limited to 'etc/CONTRIBUTE')
| -rw-r--r-- | etc/CONTRIBUTE | 6 |
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 | ||
| 123 | If you are accessing the Bazaar repository, make sure your copy is | 123 | If you are accessing the Emacs repository, make sure your copy is |
| 124 | up-to-date (e.g. with `bzr pull'), then use | 124 | up-to-date (e.g. with `git pull'), then use |
| 125 | bzr diff --no-aliases --diff-options=-cp | 125 | git diff |
| 126 | Else, use | 126 | Else, use |
| 127 | diff -cp OLD NEW | 127 | diff -cp OLD NEW |
| 128 | 128 | ||