diff options
| author | Eric S. Raymond | 2014-01-12 10:37:23 -0500 |
|---|---|---|
| committer | Eric S. Raymond | 2014-01-12 10:37:23 -0500 |
| commit | ff7210fef52a3ced9ea517c8326164b241cc148b (patch) | |
| tree | f46b9e58a2e9f212684b738b50e69197760ac008 /etc | |
| parent | c5eb43237d108a7d75bb9920b3b04d81c2089a92 (diff) | |
| download | emacs-ff7210fef52a3ced9ea517c8326164b241cc148b.tar.gz emacs-ff7210fef52a3ced9ea517c8326164b241cc148b.zip | |
Remove more references unnecessarily specific to VCS.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/CONTRIBUTE | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE index cba833cf584..de42a15bb5c 100644 --- a/etc/CONTRIBUTE +++ b/etc/CONTRIBUTE | |||
| @@ -71,11 +71,12 @@ patches) over all your contributions. | |||
| 71 | 71 | ||
| 72 | * Getting the Source Code | 72 | * Getting the Source Code |
| 73 | 73 | ||
| 74 | The latest version of Emacs can be downloaded using Bazaar from the | 74 | The latest version of Emacs can be fetched from the version-control |
| 75 | Savannah web site. It is important to write your patch based on the | 75 | repository on the Savannah web site. It is important to write your |
| 76 | latest version. If you start from an older version, your patch may be | 76 | patch based on the latest version. If you start from an older |
| 77 | outdated (so that maintainers will have a hard time applying it), or | 77 | version, your patch may be outdated (so that maintainers will have a |
| 78 | changes in Emacs may have made your patch unnecessary. | 78 | hard time applying it), or changes in Emacs may have made your patch |
| 79 | unnecessary. | ||
| 79 | 80 | ||
| 80 | After you have downloaded the repository source, you should read the file | 81 | After you have downloaded the repository source, you should read the file |
| 81 | INSTALL.REPO for build instructions (they differ to some extent from a | 82 | INSTALL.REPO for build instructions (they differ to some extent from a |