Show More
@@ -718,8 +718,8 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", |
|
721 | repo.hook("changegroup", source=srctype, url=url, | |
722 |
|
|
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