diff -r 791405fe9991 -r 50de0887bbcd mercurial/sshrepo.py --- a/mercurial/sshrepo.py Thu Feb 16 14:34:59 2006 -0800 +++ b/mercurial/sshrepo.py Fri Feb 17 08:26:21 2006 -0800 @@ -110,7 +110,7 @@ except: raise hg.RepoError(_("unexpected response '%s'") % (d[:400] + "...")) - def changegroup(self, nodes): + def changegroup(self, nodes, kind): n = " ".join(map(hex, nodes)) f = self.do_cmd("changegroup", roots=n) return self.pipei