diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-23 19:56:36 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-23 19:56:36 -0800 |
commit | 3cbbfdc34f9ef2c32f485b8d3ce444689115fa3c (patch) | |
tree | 928a60f5aad4148048898db52dcfbf7434c41657 /admin/notes | |
parent | 2d8a57efcb7f5c2b39dd4319bc4f17c6bff20635 (diff) | |
download | emacs-3cbbfdc34f9ef2c32f485b8d3ce444689115fa3c.tar.gz |
* admin/notes/bzr: Small updates.
Diffstat (limited to 'admin/notes')
-rw-r--r-- | admin/notes/bzr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/notes/bzr b/admin/notes/bzr index a6fbcf22bb2..14a5c92a454 100644 --- a/admin/notes/bzr +++ b/admin/notes/bzr @@ -75,6 +75,12 @@ This will make merging ChangeLogs a lot smoother. It merges new entries to the top of the file, rather than trying to fit them in mid-way through. +Sigh. This plugin has a drawback. People often like to edit older +ChangeLog entries, not at the head of the file. Frequently they do +this in the same commit as making new entries. Using this plugin +will merge ALL changed entries (including older ones) to the top of +the destination file. + 1) Get clean, up-to-date copies of the emacs-23 and trunk branches. Check for any uncommitted changes with bzr status. @@ -121,6 +127,8 @@ to adjust dates by hand. In any case, if someone made multiple ChangeLog entries on different days in the branch, you may wish to collapse them all to a single entry for that author in the trunk (because in the trunk they all appear under the same date). +Obviously, if there are multiple changes to the same file by different +authors, don't break the logical ordering in doing this. Notes: |