aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/bzr22
1 files changed, 12 insertions, 10 deletions
diff --git a/admin/notes/bzr b/admin/notes/bzr
index 2fdbc2854f8..12a3b194266 100644
--- a/admin/notes/bzr
+++ b/admin/notes/bzr
@@ -72,18 +72,20 @@ removes a file, then remove the corresponding files by hand.
72The following description uses bound branches, presumably it works in 72The following description uses bound branches, presumably it works in
73a similar way with unbound ones. 73a similar way with unbound ones.
74 74
750) (First time only) Get the bzr changelog_merge plugin 750) (This step is only necessary if using bzr older than 2.4.0.)
76(this will be included by default in bzr 2.4 onwards): 76Get the bzr changelog_merge plugin:
77 77
78cd ~/.bazaar/plugins 78cd ~/.bazaar/plugins
79bzr branch http://bazaar.launchpad.net/~spiv/bzr-changelog-merge/trunk 79bzr branch http://bazaar.launchpad.net/~spiv/bzr-changelog-merge/trunk changelog_merge
80mv trunk changelog_merge 80
81 81This plugin should make merging ChangeLogs smoother. It merges new
82This should make merging ChangeLogs smoother. It merges new entries 82entries to the top of the file, rather than trying to fit them in
83to the top of the file, rather than trying to fit them in mid-way 83mid-way through. Newer versions of the plugin should also be able to
84through. Newer versions of the plugin should also be able to deal 84deal with changes to *old* ChangeLog entries, that should not be
85with changes to *old* ChangeLog entries, that should not be floated to 85floated to the head of the file (see launchpad#723968).
86the head of the file (see launchpad#723968). 86
87It is included in bzr from 2.4.0 onwards, so remember to delete the
88copy in ~/.bazaar if you upgrade bzr.
87 89
88Maybe the default Emacs behavior without this plugin is better, 90Maybe the default Emacs behavior without this plugin is better,
89though, it's not clear yet. 91though, it's not clear yet.