mercurial/sshpeer.py
changeset 26587 56b2bcea2529
parent 25975 de7a3893ee65
child 26781 1aee2ab0f902
--- a/mercurial/sshpeer.py	Mon Oct 05 22:49:24 2015 -0700
+++ b/mercurial/sshpeer.py	Thu Oct 08 12:55:45 2015 -0700
@@ -277,7 +277,7 @@
         r = self._call(cmd, **args)
         if r:
             # XXX needs to be made better
-            raise util.Abort('unexpected remote reply: %s' % r)
+            raise error.Abort('unexpected remote reply: %s' % r)
         while True:
             d = fp.read(4096)
             if not d: