Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable quickop: give status a default value on IOError

Found via code-review

Changeset 999d533f4800

Parent 6244dde2f27c

by Steve Borho

Changes to one file · Browse files at 999d533f4800 Showing diff from parent 6244dde2f27c Diff from another changeset...

 
145
146
147
148
 
149
150
151
 
145
146
147
 
148
149
150
151
@@ -145,7 +145,7 @@
  ignored='I' in filetypes,   unknown='?' in filetypes)   except IOError: - pass + status = [None] * 7     (modified, added, removed, deleted, unknown, ignored, clean) = status   if 'M' in filetypes: