Merge lp:~vila/bzr/426344-check-pending-merges into lp:bzr
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | John A Meinel on 2009-09-08 | ||||
Approved revision: | 4676 | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp:~vila/bzr/426344-check-pending-merges | ||||
Merge into: | lp:bzr | ||||
Diff against target: | None lines | ||||
To merge this branch: | bzr merge lp:~vila/bzr/426344-check-pending-merges | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
John A Meinel | 2009-09-08 | Approve on 2009-09-08 | |
Review via email:
|
Vincent Ladeuil (vila) wrote : | # |
John A Meinel (jameinel) wrote : | # |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Vincent Ladeuil wrote:
> Vincent Ladeuil has proposed merging lp:~vila/bzr/426344-check-pending-merges into lp:bzr.
>
> Requested reviews:
> bzr-core (bzr-core)
>
> This fixes the last two places where we were checking uncommitted changes
> while not taking pending merges into account: merge and remove-tree.
>
review: approve
merge: approve
However, this is looking more and more like we should have a simple:
working_
Which takes no target, and grabs its own basis_tree, and looks at its
own pending merge list. Which I asked for in the beginning, though, so
perhaps I'm biased.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://
iEYEARECAAYFAkq
3JUAoJKgX7MQd/
=LDTT
-----END PGP SIGNATURE-----
This fixes the last two places where we were checking uncommitted changes
while not taking pending merges into account: merge and remove-tree.