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

stable repofilter: correct a comment

Changeset 36fb382a4f7c

Parent 2d695b7d49fd

by Steve Borho

Changes to one file · Browse files at 36fb382a4f7c Showing diff from parent 2d695b7d49fd Diff from another changeset...

 
38
39
40
41
 
42
43
44
 
38
39
40
 
41
42
43
44
@@ -38,7 +38,7 @@
  self._repo = repo   self.filterEnabled = True   - #Check if the font contains the glyph needed by the model + #Check if the font contains the glyph needed by the branch combo   if not QFontMetrics(self.font()).inFont(QString(u'\u2605').at(0)):   self._allBranchesLabel = u'*** %s ***' % _('Show all')