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

status: rename headers should be referenced by both files

Changeset 583d20ae744b

Parent 4f38f3aca008

by Steve Borho

Changes to one file · Browse files at 583d20ae744b Showing diff from parent 4f38f3aca008 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
893
894
895
896
 
 
897
898
899
 
893
894
895
 
896
897
898
899
900
@@ -893,7 +893,8 @@
  markedup = markup(fp)   isheader = isinstance(chunk, hgshelve.header)   if isheader: - self._filechunks[chunk.filename()] = [len(self.diff_model)] + for f in chunk.files(): + self._filechunks[f] = [len(self.diff_model)]   self.diff_model.append([False, True, markedup, True, n])   skip = chunk.special()   elif skip != True: