##// END OF EJS Templates
changegroup: store source and url in the `hookargs` dict...
changegroup: store source and url in the `hookargs` dict We store the source and url of the current data into `transaction.hookargs` this let us inherit it from upper layers that may have created a much wider transaction. We have to modify bundle2 at the same time to register the source and url in the transaction. We have to do it in the same patch otherwise, the `addchangegroup` call would fill these values and the hook calling will crash because of the duplicated 'source' and 'url' arguments passed to the hook call.

File last commit:

r16438:28a90cdf default
r22971:3fe571c7 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer