emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103724: * admin/notes/bzr: Update bz


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103724: * admin/notes/bzr: Update bzr changelog_merge plugin details.
Date: Tue, 22 Mar 2011 19:57:57 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103724
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-03-22 19:57:57 -0700
message:
  * admin/notes/bzr: Update bzr changelog_merge plugin details.
modified:
  admin/notes/bzr
=== modified file 'admin/notes/bzr'
--- a/admin/notes/bzr   2011-03-01 03:41:05 +0000
+++ b/admin/notes/bzr   2011-03-23 02:57:57 +0000
@@ -65,23 +65,22 @@
 The following description uses bound branches, presumably it works in
 a similar way with unbound ones.
 
-0) (First time only) Get the bzr changelog_merge plugin:
+0) (First time only) Get the bzr changelog_merge plugin
+(this will be included by default in bzr 2.4 onwards):
 
 cd ~/.bazaar/plugins
-bzr branch lp:bzr-changelog-merge
+# The following is an improved version of: lp:bzr-changelog-merge
+bzr branch lp:~spiv/bzr-changelog-merge/non-head-edits-723968
 mv bzr-changelog-merge changelog_merge
 
-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.
-
-Maybe the default Emacs behavior without this plugin is better, I dunno.
+This should make merging ChangeLogs smoother.  It merges new entries
+to the top of the file, rather than trying to fit them in mid-way
+through.  Newer versions of the plugin should also be able to deal
+with changes to *old* ChangeLog entries, that should not be floated to
+the head of the file (see launchpad#723968).
+
+Maybe the default Emacs behavior without this plugin is better,
+though, it's not clear yet.
 
 1) Get clean, up-to-date copies of the emacs-23 and trunk branches.
 Check for any uncommitted changes with bzr status.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]