mercurial/exchange.py
branchstable
changeset 21761 b2dc026a9bd2
parent 21584 4dca1a06e7ee
child 21764 cd3c79392056
--- a/mercurial/exchange.py	Wed Jun 18 13:47:14 2014 -0500
+++ b/mercurial/exchange.py	Wed Jun 18 19:46:18 2014 -0500
@@ -286,7 +286,7 @@
         # ssh: return remote's addchangegroup()
         # http: return remote's addchangegroup() or 0 for error
         pushop.ret = pushop.remote.unbundle(cg, remoteheads,
-                                            'push')
+                                            pushop.repo.url())
     else:
         # we return an integer indicating remote head count
         # change