equal
deleted
inserted
replaced
1214 validator=validate, |
1214 validator=validate, |
1215 releasefn=releasefn, |
1215 releasefn=releasefn, |
1216 checkambigfiles=_cachedfiles) |
1216 checkambigfiles=_cachedfiles) |
1217 tr.changes['revs'] = set() |
1217 tr.changes['revs'] = set() |
1218 tr.changes['obsmarkers'] = set() |
1218 tr.changes['obsmarkers'] = set() |
|
1219 tr.changes['phases'] = {} |
1219 |
1220 |
1220 tr.hookargs['txnid'] = txnid |
1221 tr.hookargs['txnid'] = txnid |
1221 # note: writing the fncache only during finalize mean that the file is |
1222 # note: writing the fncache only during finalize mean that the file is |
1222 # outdated when running hooks. As fncache is used for streaming clone, |
1223 # outdated when running hooks. As fncache is used for streaming clone, |
1223 # this is not expected to break anything that happen during the hooks. |
1224 # this is not expected to break anything that happen during the hooks. |