Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7.1, 0.7.2, and 0.7.3

history: fix display of changeset id

marked was removed from data model index, forgot to remove it from
the data model. Fixes #91

Changeset 90c87b59964f

Parent fc3a16d5ddf5

by Steve Borho

Changes to one file · Browse files at 90c87b59964f Showing diff from parent fc3a16d5ddf5 Diff from another changeset...

 
141
142
143
144
 
145
146
147
 
141
142
143
 
144
145
146
147
@@ -141,7 +141,7 @@
    revision = (None, node, revid, None, sumstr,   author, date, None, parents, wc_parent, head, taglist, - None, color, short(node)) + color, short(node))   self.revisions[revid] = revision   else:   revision = self.revisions[revid]