##// END OF EJS Templates
changegroup: use tr.hookargs when calling changegroup hooks...
Pierre-Yves David -
r21153:53ee02b5 default
parent child Browse files
Show More
@@ -718,8 +718,8 b' def addchangegroup(repo, source, srctype'
718
718
719 # forcefully update the on-disk branch cache
719 # forcefully update the on-disk branch cache
720 repo.ui.debug("updating the branch cache\n")
720 repo.ui.debug("updating the branch cache\n")
721 repo.hook("changegroup", node=hex(cl.node(clstart)),
721 repo.hook("changegroup", source=srctype, url=url,
722 source=srctype, url=url)
722 **tr.hookargs)
723
723
724 for n in added:
724 for n in added:
725 repo.hook("incoming", node=hex(n), source=srctype,
725 repo.hook("incoming", node=hex(n), source=srctype,
General Comments 0
You need to be logged in to leave comments. Login now