Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable visdiff: actually use the descriptive window title that's being built

Changeset db504d1e9e01

Parent 7cadb4bf5646

by Daniel Atallah

Changes to one file · Browse files at db504d1e9e01 Showing diff from parent 7cadb4bf5646 Diff from another changeset...

 
358
359
360
361
362
363
364
 
374
375
376
 
377
378
379
 
358
359
360
 
361
362
363
 
373
374
375
376
377
378
379
@@ -358,7 +358,6 @@
  def __init__(self, repo, pats, ctx1a, sa, ctx1b, sb, ctx2, cpy):   'Initialize the Dialog'   QDialog.__init__(self) - self.setWindowTitle(_('Visual Diffs'))   self.curFile = None     # TODO: Connect CTRL-D to row activation @@ -374,6 +373,7 @@
  title = _('Visual Diffs - ') + title   if pats:   title += _(' filtered') + self.setWindowTitle(title)     self.resize(400, 250)   self.reponame = hglib.fromunicode(repo.displayname)