~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

[merge] make sure to get all text revisions during merge (aaron)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    try:
42
42
        return inner_branch_files(file_list, default_branch)
43
43
    except FileInWrongBranch, e:
44
 
        print file_list
45
44
        raise BzrCommandError("%s is not in the same branch as %s" %
46
45
                             (e.path, file_list[0]))
47
46