Merge lp://staging/~mbp/bzr/402022-merge-preview into lp://staging/~bzr/bzr/trunk-old
Status: | Rejected |
---|---|
Rejected by: | Martin Pool |
Proposed branch: | lp://staging/~mbp/bzr/402022-merge-preview |
Merge into: | lp://staging/~bzr/bzr/trunk-old |
Diff against target: | 112 lines |
To merge this branch: | bzr merge lp://staging/~mbp/bzr/402022-merge-preview |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Pool | Disapprove | ||
Review via email: mp+9233@code.staging.launchpad.net |
Unmerged revisions
- 4564. By Martin Pool
-
News for 402022
- 4563. By Martin Pool
-
Make cmd_merge.cleanups an attribute not a passed-around variable
- 4562. By Canonical.com Patch Queue Manager <email address hidden>
-
(robertc) Support timestamping subunit streams. (Robert Collins)
- 4561. By Canonical.com Patch Queue Manager <email address hidden>
-
(igc) Allow rename of items already removed from the inventory
(Marius Kruger) - 4560. By Canonical.com Patch Queue Manager <email address hidden>
-
(jam) Add AbsentContentFa
ctory.get_ bytes_as,
which just raises a better error. - 4559. By Canonical.com Patch Queue Manager <email address hidden>
-
(mbp) workaround for ftp servers without APPE
- 4558. By Canonical.com Patch Queue Manager <email address hidden>
-
(mbp) various UIFactory cleanups including bug 387717
- 4557. By Canonical.com Patch Queue Manager <email address hidden>
-
(robertc) Add interface enforcement for the behaviour of iter_changes
with missing subtrees with explicit paths - the whole subtree
is returned. (Robert Collins) - 4556. By Canonical.com Patch Queue Manager <email address hidden>
-
(jam) Bug #375867,
don't prompt for password if ssh host doesn't support password auth. - 4555. By Canonical.com Patch Queue Manager <email address hidden>
-
(andrew) Fix minor KeyError bug in -Dhpss when logging requests for
unregistered methods.
This is a minor change to cmd_merge's use of the cleanup list, so that it doesn't break the way qbzr wrapped this command. I think it's at least somewhat cleaner anyhow, and you could make a case that having a list of cleanups to run when the command completes would help extension in other cases...