aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bzr
diff options
context:
space:
mode:
authorStefan Monnier2012-03-25 16:37:21 -0400
committerStefan Monnier2012-03-25 16:37:21 -0400
commit699c782b7668c44d0fa4446331b0590a6d5dac82 (patch)
tree5dcce364741d0761920a3d274b0fc8aba4103d45 /admin/notes/bzr
parent98fb480ee31bf74cf554044f60f21df16566dd7f (diff)
parente99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff)
downloademacs-pending.tar.gz
emacs-pending.zip
Merge from trunkpending
Diffstat (limited to 'admin/notes/bzr')
-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..50eaf3710ee 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
81 80
82This should make merging ChangeLogs smoother. It merges new entries 81This plugin should make merging ChangeLogs smoother. It merges new
83to the top of the file, rather than trying to fit them in mid-way 82entries to the top of the file, rather than trying to fit them in
84through. Newer versions of the plugin should also be able to deal 83mid-way through. Newer versions of the plugin should also be able to
85with changes to *old* ChangeLog entries, that should not be floated to 84deal with changes to *old* ChangeLog entries, that should not be
86the head of the file (see launchpad#723968). 85floated to the 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.
@@ -171,7 +173,7 @@ This restores file, but without its history (`bzr log file' will be
171very short). This is because file gets re-added with a new file-id 173very short). This is because file gets re-added with a new file-id
172(use `bzr file-id file' to see the id). 174(use `bzr file-id file' to see the id).
173 175
174Insteading of adding the file, try: 176Instead of adding the file, try:
175 177
176bzr revert -rN file; bzr commit 178bzr revert -rN file; bzr commit
177 179