aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEric S. Raymond2014-01-12 10:37:23 -0500
committerEric S. Raymond2014-01-12 10:37:23 -0500
commitff7210fef52a3ced9ea517c8326164b241cc148b (patch)
treef46b9e58a2e9f212684b738b50e69197760ac008 /etc
parentc5eb43237d108a7d75bb9920b3b04d81c2089a92 (diff)
downloademacs-ff7210fef52a3ced9ea517c8326164b241cc148b.tar.gz
emacs-ff7210fef52a3ced9ea517c8326164b241cc148b.zip
Remove more references unnecessarily specific to VCS.
Diffstat (limited to 'etc')
-rw-r--r--etc/CONTRIBUTE11
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
74The latest version of Emacs can be downloaded using Bazaar from the 74The latest version of Emacs can be fetched from the version-control
75Savannah web site. It is important to write your patch based on the 75repository on the Savannah web site. It is important to write your
76latest version. If you start from an older version, your patch may be 76patch based on the latest version. If you start from an older
77outdated (so that maintainers will have a hard time applying it), or 77version, your patch may be outdated (so that maintainers will have a
78changes in Emacs may have made your patch unnecessary. 78hard time applying it), or changes in Emacs may have made your patch
79unnecessary.
79 80
80After you have downloaded the repository source, you should read the file 81After you have downloaded the repository source, you should read the file
81INSTALL.REPO for build instructions (they differ to some extent from a 82INSTALL.REPO for build instructions (they differ to some extent from a