Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

repotreemodel: fix addGroup() to work (broken at 06317f224d3b)

Changeset 8c18b18f1146

Parent c6b9f1e342c7

by Yuya Nishihara

Changes to one file · Browse files at 8c18b18f1146 Showing diff from parent c6b9f1e342c7 Diff from another changeset...

 
275
276
277
278
 
279
280
281
 
275
276
277
 
278
279
280
281
@@ -275,7 +275,7 @@
  ri = self.rootItem   cc = ri.childCount()   self.beginInsertRows(QModelIndex(), cc, cc + 1) - ri.appendChild(RepoGroupItem(self, name, ri)) + ri.appendChild(RepoGroupItem(name, ri))   self.endInsertRows()     def write(self, fn):