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

stable repotreeitem: rename display name of AllRepoGroupItem to 'default'

Changeset a4d9f5148742

Parent ba0327b1906d

by Steve Borho

Changes to one file · Browse files at a4d9f5148742 Showing diff from parent ba0327b1906d Diff from another changeset...

 
292
293
294
295
 
296
297
298
 
292
293
294
 
295
296
297
298
@@ -292,7 +292,7 @@
  return QVariant(ico)   return QVariant()   if column == 0: - return QVariant(_('all')) + return QVariant(_('default'))   return QVariant()     def setData(self, column, value):