Show More
@@ -718,8 +718,8 b' def addchangegroup(repo, source, srctype' | |||
|
718 | 718 | |
|
719 | 719 | # forcefully update the on-disk branch cache |
|
720 | 720 | repo.ui.debug("updating the branch cache\n") |
|
721 |
repo.hook("changegroup", |
|
|
722 |
|
|
|
721 | repo.hook("changegroup", source=srctype, url=url, | |
|
722 | **tr.hookargs) | |
|
723 | 723 | |
|
724 | 724 | for n in added: |
|
725 | 725 | repo.hook("incoming", node=hex(n), source=srctype, |
General Comments 0
You need to be logged in to leave comments.
Login now