diff options
| author | Paul Eggert | 2014-11-13 09:16:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-13 09:17:19 -0800 |
| commit | 584fa315db2c041f0e05a9d709c3ee03c7f91be2 (patch) | |
| tree | 63a61623128e1b9ab034c13f5298f930ab46f76b /etc | |
| parent | 02ee710a0b9c1761ec935aeb0097eb5aa8d311ac (diff) | |
| download | emacs-584fa315db2c041f0e05a9d709c3ee03c7f91be2.tar.gz emacs-584fa315db2c041f0e05a9d709c3ee03c7f91be2.zip | |
Fix minor Bazaar leftovers.
Reported by Perry E. Metzger in:
http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00745.html
* .dir-locals.el: Remove reference to bzr commit --fixes debbugs.
* etc/CONTRIBUTE: More git transition.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/CONTRIBUTE | 3 | ||||
| -rw-r--r-- | etc/ChangeLog | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE index 882773bcb5e..d1ee9f4690c 100644 --- a/etc/CONTRIBUTE +++ b/etc/CONTRIBUTE | |||
| @@ -75,7 +75,7 @@ patches) over all your contributions. | |||
| 75 | 75 | ||
| 76 | * Getting the Source Code | 76 | * Getting the Source Code |
| 77 | 77 | ||
| 78 | The latest version of Emacs can be downloaded using Bazaar from the | 78 | The latest version of the Emacs source code can be downloaded from the |
| 79 | Savannah web site. It is important to write your patch based on the | 79 | Savannah web site. It is important to write your patch based on the |
| 80 | latest version. If you start from an older version, your patch may be | 80 | latest version. If you start from an older version, your patch may be |
| 81 | outdated (so that maintainers will have a hard time applying it), or | 81 | outdated (so that maintainers will have a hard time applying it), or |
| @@ -215,4 +215,3 @@ Local variables: | |||
| 215 | mode: outline | 215 | mode: outline |
| 216 | paragraph-separate: "[ ]*$" | 216 | paragraph-separate: "[ ]*$" |
| 217 | end: | 217 | end: |
| 218 | |||
diff --git a/etc/ChangeLog b/etc/ChangeLog index 87efd2ac5f8..b3f4afa93a0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-11-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix minor Bazaar leftovers. | ||
| 4 | Reported by Perry E. Metzger in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00745.html | ||
| 6 | * CONTRIBUTE: More git transition. | ||
| 7 | |||
| 1 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> | 8 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> |
| 2 | 9 | ||
| 3 | * CONTRIBUTE: git transition. | 10 | * CONTRIBUTE: git transition. |