mercurial/localrepo.py
changeset 33451 e44d54260c32
parent 33440 ec306bc6915b
child 33454 3c20d7ef42e1
equal deleted inserted replaced
33450:d017f1d37378 33451:e44d54260c32
  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.