Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

logview: Fix bug in compact graph

If a parent is ouside the covered range, it would cause an
assertion error.

Changeset 4414e41c6375

Parent 2fd6e63dbd17

by Peer Sommerlund

Changes to one file · Browse files at 4414e41c6375 Showing diff from parent 2fd6e63dbd17 Diff from another changeset...

 
216
217
218
219
220
221
222
 
216
217
218
 
219
220
221
@@ -216,7 +216,6 @@
  """Mark all unknown revisions in range that are direct ancestors   of branch_head as part of the same branch. Stops when stop_rev   is passed or a known revision is found""" - assert self._covered_rev(branch_head)   assert not branch_head in self.branch4rev   self.color4branch[branch_head] = self.nextcolor   self.nextcolor += 1