166
166
base = self.wt.abspath(selected) + '.BASE'
167
167
this = self.wt.abspath(selected) + '.THIS'
168
168
other = self.wt.abspath(selected) + '.OTHER'
170
p = subprocess.Popen([ self._entry_diff3.get_text(), base, this, other ])
175
171
warning_dialog(_('Cannot resolve conflict'),
176
172
_('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.'))