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

status: pychecker reported unsafe boolean check

Changeset 254f64d20f5a

Parent 53e30c0f75e9

by Steve Borho

Changes to one file · Browse files at 254f64d20f5a Showing diff from parent 53e30c0f75e9 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
932
933
934
935
 
936
937
938
 
932
933
934
 
935
936
937
938
@@ -932,7 +932,7 @@
  True, n, self.headerfont]   self.diff_model.append(row)   skip = chunk.special() - elif skip != True: + elif not skip:   f = chunk.filename()   self._filechunks[f].append(len(self.diff_model))   row = [False, markedup, text, markedup,