77
77
_('Please select a file from the list to proceed.'))
85
82
# Move the file to a directory
88
85
wt2, path2 = WorkingTree.open_containing(destination)
90
87
error_dialog(_('Not the same branch'),
91
88
_('The destination is not in the same branch.'))
95
92
except errors.NotBranchError:
96
93
error_dialog(_('File is not in a branch'),
97
94
_('The selected file is not in a branch.'))