Mercurial > public > mercurial-scm > hg-stable
diff mercurial/sshrepo.py @ 5893:87e6b4f4871b
Fix typo.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri, 18 Jan 2008 17:01:28 -0800 |
parents | e2e8e977a6cb |
children | 30d2fecaab76 |
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())