Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

thgpbranch: Fix usage of RepoError

Changeset 90f70d7822bb

Parent a11576459635

by Peer Sommerlund

Changes to one file · Browse files at 90f70d7822bb Showing diff from parent a11576459635 Diff from another changeset...

 
841
842
843
844
 
845
846
847
 
841
842
843
 
844
845
846
847
@@ -841,7 +841,7 @@
  try:   try:   pf.writelines(pbranchwidget.pdiff(patchname)) - except (util.Abort, hglib.RepoError), e: + except (util.Abort, error.RepoError), e:   self.stbar.set_text(str(e))   return   self.currevid = self.lastrevid = None