76
73
wt1, path1 = WorkingTree.open_containing(source)
77
74
wt2, path2 = WorkingTree.open_containing(destination)
80
77
_('The destination is not in the same branch.'))
83
80
wt1.move([source], destination)
84
81
except errors.NotBranchError:
86
83
_('The selected file is not in a branch.'))