~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/uncommit.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
        pending_merges = []
42
42
        if tree is not None:
43
 
            pending_merges = tree.pending_merges()
 
43
            pending_merges = tree.get_parent_ids()[1:]
44
44
 
45
45
        master = branch.get_master_branch()
46
46
        if master is not None: