Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

stable repofilter: fix indent level

Changeset 36c75e1194f8

Parent 868382dd8514

by Yuya Nishihara

Changes to one file · Browse files at 36c75e1194f8 Showing diff from parent 868382dd8514 Diff from another changeset...

 
40
41
42
43
 
44
45
46
 
40
41
42
 
43
44
45
46
@@ -40,7 +40,7 @@
    #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') + self._allBranchesLabel = u'*** %s ***' % _('Show all')     self.entrydlg = revset.RevisionSetQuery(repo, self)   self.entrydlg.progress.connect(self.progress)