166
167
base = self.wt.abspath(selected) + '.BASE'
167
168
this = self.wt.abspath(selected) + '.THIS'
168
169
other = self.wt.abspath(selected) + '.OTHER'
171
p = subprocess.Popen([ self._entry_diff3.get_text(), base, this, other ])
171
176
warning_dialog(_('Cannot resolve conflict'),
172
177
_('Only conflicts on the text of files can be resolved with Olive at the moment. Content conflicts, on the structure of the tree, need to be resolved using the command line.'))