hgext/convert/cvs.py
changeset 5182 7e05bdeee7de
parent 5146 7106f4899aa0
child 5308 9400d677efc7
--- a/hgext/convert/cvs.py	Wed Aug 15 13:21:23 2007 -0700
+++ b/hgext/convert/cvs.py	Wed Aug 15 14:38:18 2007 -0700
@@ -153,7 +153,7 @@
                 sck.send("\n".join(["BEGIN AUTH REQUEST", root, user, passw,
                                     "END AUTH REQUEST", ""]))
                 if sck.recv(128) != "I LOVE YOU\n":
-                    raise NoRepo("CVS pserver authentication failed")
+                    raise util.Abort("CVS pserver authentication failed")
 
                 self.writep = self.readp = sck.makefile('r+')