Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7.3, 0.7.4, and 0.7.5

gdialog: check for missing extdiff configuration

Changeset 7e3488848e2c

Parent 29f03b0cab67

by Steve Borho

Changes to one file · Browse files at 7e3488848e2c Showing diff from parent 29f03b0cab67 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​gdialog.py Stacked
 
383
384
385
386
 
387
388
389
 
383
384
385
 
386
387
388
389
@@ -383,7 +383,7 @@
  extdiff.dodiff(self.ui, self.repo, self.diffcmd, self.diffopts,   [self.repo.wjoin(file)], self.opts)   - if self.diffcmd == 'diff': + if not self.diffcmd or self.diffcmd == 'diff':   Prompt('No visual diff configured',   'Please select a visual diff application.', self).run()   dlg = ConfigDialog(self.repo.root, False)