diff mercurial/exchange.py @ 21764:cd3c79392056

merge with stable
author Matt Mackall <mpm@selenic.com>
date Wed, 18 Jun 2014 20:59:36 -0500
parents 09f19e09f1b4 b2dc026a9bd2
children 10fcfb615fb4
line wrap: on
line diff
--- 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