Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.3, 2.0.4, and 2.0.5

stable status: catch more variants of repository errors (closes #460)

Changeset 05bba35d2b7a

Parent 3a221b088500

by Steve Borho

Changes to one file · Browse files at 05bba35d2b7a Showing diff from parent 3a221b088500 Diff from another changeset...

 
388
389
390
391
 
392
393
394
 
388
389
390
 
391
392
393
394
@@ -388,7 +388,7 @@
  wctx.dirtySubrepos.append(s)   except EnvironmentError, e:   self.showMessage.emit(hglib.tounicode(str(e))) - except (error.RepoLookupError, error.ConfigError), e: + except (error.LookupError, error.RepoError, error.ConfigError), e:   self.showMessage.emit(hglib.tounicode(str(e)))   except util.Abort, e:   if e.hint: