mercurial/exchange.py
changeset 21764 cd3c79392056
parent 21662 09f19e09f1b4
parent 21761 b2dc026a9bd2
child 21898 10fcfb615fb4
--- a/mercurial/exchange.py	Wed Jun 18 20:51:49 2014 -0500
+++ b/mercurial/exchange.py	Wed Jun 18 20:59:36 2014 -0500
@@ -281,7 +281,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