Fix typo.
authorBryan O'Sullivan <bos@serpentine.com>
Fri, 18 Jan 2008 17:01:28 -0800
changeset 5893 87e6b4f4871b
parent 5892 fe5776a7443b
child 5894 e181665c1c79
Fix typo.
mercurial/sshrepo.py
--- a/mercurial/sshrepo.py	Fri Jan 18 13:54:33 2008 -0800
+++ b/mercurial/sshrepo.py	Fri Jan 18 17:01:28 2008 -0800
@@ -195,7 +195,7 @@
         r = self.pipei.read(l)
         if r:
             # remote may send "unsynced changes"
-            self.raise_(hg.RepoError(_("push failed: %s") % r))
+            self.raise_(repo.RepoError(_("push failed: %s") % r))
 
         self.readerr()
         l = int(self.pipei.readline())