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