changeset 2449 | 6ff30968f911 |
parent 2441 | 801dfe0aa53a |
child 2473 | 30c267cb4c2f |
--- a/mercurial/sshrepo.py Thu Jun 15 17:07:30 2006 -0700 +++ b/mercurial/sshrepo.py Sat Jun 17 18:15:48 2006 +0200 @@ -136,8 +136,7 @@ def changegroup(self, nodes, kind): n = " ".join(map(hex, nodes)) - f = self.do_cmd("changegroup", roots=n) - return self.pipei + return self.do_cmd("changegroup", roots=n) def unbundle(self, cg, heads, source): d = self.call("unbundle", heads=' '.join(map(hex, heads)))