changeset 5893:87e6b4f4871b

Fix typo.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 18 Jan 2008 17:01:28 -0800
parents fe5776a7443b
children e181665c1c79
files mercurial/sshrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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())