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

stable status: Sort by the file status by default

Changeset cb100945b769

Parent 55d0af2da3d9

by Angel Ezquerra

Changes to one file · Browse files at cb100945b769 Showing diff from parent 55d0af2da3d9 Diff from another changeset...

 
142
143
144
145
 
146
147
148
 
142
143
144
 
145
146
147
148
@@ -142,7 +142,7 @@
  tv.menuAction.connect(self.refreshWctx)   tv.setItemsExpandable(False)   tv.setRootIsDecorated(False) - tv.sortByColumn(COL_PATH_DISPLAY) + tv.sortByColumn(COL_STATUS, Qt.AscendingOrder)   tv.clicked.connect(self.onRowClicked)   le.textEdited.connect(self.setFilter)