##// END OF EJS Templates
push: restore contents of HG_URL for hooks (issue4268)
Matt Mackall -
r21761:b2dc026a stable
parent child Browse files
Show More
@@ -286,7 +286,7 b' def _pushchangeset(pushop):'
286 # ssh: return remote's addchangegroup()
286 # ssh: return remote's addchangegroup()
287 # http: return remote's addchangegroup() or 0 for error
287 # http: return remote's addchangegroup() or 0 for error
288 pushop.ret = pushop.remote.unbundle(cg, remoteheads,
288 pushop.ret = pushop.remote.unbundle(cg, remoteheads,
289 'push')
289 pushop.repo.url())
290 else:
290 else:
291 # we return an integer indicating remote head count
291 # we return an integer indicating remote head count
292 # change
292 # change
General Comments 0
You need to be logged in to leave comments. Login now