Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

status: early out when no diff chunks are generated

safety check for unknown, ignored, and clean files

Changeset d6e186edcbba

Parent 7d6be781dd6c

by Steve Borho

Changes to one file · Browse files at d6e186edcbba Showing diff from parent 7d6be781dd6c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
965
966
967
 
 
968
969
970
 
965
966
967
968
969
970
971
972
@@ -965,6 +965,8 @@
    self.filerowstart[wfile] = len(self.diffmodel)   self.filechunks[wfile] = chunks + if not chunks: + return     # Set row status based on chunk state   rej, nonrej = False, False