diff -r 5583d5ef257e -r eabcda3ed0dd mercurial/sshrepo.py --- a/mercurial/sshrepo.py Thu Jun 22 13:19:52 2006 +0900 +++ b/mercurial/sshrepo.py Wed Jun 21 22:45:29 2006 -0700 @@ -79,9 +79,6 @@ except: pass - def dev(self): - return -1 - def do_cmd(self, cmd, **args): self.ui.debug(_("sending %s command\n") % cmd) self.pipeo.write("%s\n" % cmd)