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

status: fix traceback on file selections

Changeset 62149b7b5a07

Parent 0a94fcb73a42

by Steve Borho

Changes to one file · Browse files at 62149b7b5a07 Showing diff from parent 0a94fcb73a42 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
542
543
544
 
545
546
547
 
542
543
544
545
546
547
548
@@ -542,6 +542,7 @@
  def _update_chunk_state(self, entry):   '''Update chunk toggle state to match file toggle state'''   file = entry[2] + if file not in self._filechunks: return   for n in self._filechunks[file][1:]:   self.diff_model[n][DM_REJECTED] = not entry[0]