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

status: catch util.Abort from repo.status()

Refs #922

Changeset f605318a1ea2

Parent 50bdf438d512

by Steve Borho

Changes to one file · Browse files at f605318a1ea2 Showing diff from parent 50bdf438d512 Diff from another changeset...

 
762
763
764
765
 
766
767
768
 
762
763
764
 
765
766
767
768
@@ -762,7 +762,7 @@
  clean=clean,   unknown=unknown)   self.status = status - except IOError, e: + except (IOError, util.Abort), e:   self.status_error = str(e)   self.subrepos = []   wctx = repo[None]