aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2011-02-22 19:50:04 -0800
committerGlenn Morris2011-02-22 19:50:04 -0800
commit59af988b408a685b21600dedf0462298b8b7f16a (patch)
treeecf677c6a8d2ef2b22d3683b88b91340fafc619b /admin
parent817b48a7bccb820203ae424aa14c559259a4f355 (diff)
downloademacs-59af988b408a685b21600dedf0462298b8b7f16a.tar.gz
emacs-59af988b408a685b21600dedf0462298b8b7f16a.zip
Add comments about fixing dates in merged ChangeLogs.
Diffstat (limited to 'admin')
-rw-r--r--admin/bzrmerge.el3
-rw-r--r--admin/notes/bzr9
2 files changed, 9 insertions, 3 deletions
diff --git a/admin/bzrmerge.el b/admin/bzrmerge.el
index 77e64a862c8..33cbae22a6c 100644
--- a/admin/bzrmerge.el
+++ b/admin/bzrmerge.el
@@ -270,6 +270,9 @@ Does not make other difference."
270 (sit-for 1) 270 (sit-for 1)
271 ;; (debug 'after-merge) 271 ;; (debug 'after-merge)
272 ;; Check the conflicts. 272 ;; Check the conflicts.
273 ;; FIXME if using the helpful bzr changelog_merge plugin,
274 ;; there are normally no conflicts in ChangeLogs.
275 ;; But we still want the dates fixing, like bzrmerge-resolve does.
273 (let ((conflicted nil) 276 (let ((conflicted nil)
274 (files ())) 277 (files ()))
275 (goto-char (point-min)) 278 (goto-char (point-min))
diff --git a/admin/notes/bzr b/admin/notes/bzr
index 11f0af17a3b..11472e83fc3 100644
--- a/admin/notes/bzr
+++ b/admin/notes/bzr
@@ -112,9 +112,12 @@ and is due to a technical limitation of bzr. The log data for those
112revisions gets merged, the actual changes themselves do not. 112revisions gets merged, the actual changes themselves do not.
113http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00609.html ) 113http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00609.html )
114 114
115Note that ChangeLog entries are automatically merged to the top with 115In particular, check the ChangeLog entries (eg in case too many
116today's date, but you still might want to check them to see that too 116entries have been included or whitespace between entries needs fixing).
117much is not being included, or whitespace between entries is not missing. 117bzrmerge tries to fix up the dates to today's date, but it only does
118this where there are conflicts. If you used the changelog_merge plugin,
119there won't be any conflicts, and (at time of writing) you will need
120to adjust dates by hand.
118 121
119Notes: 122Notes:
120 123