mercurial/localrepo.py
changeset 33516 f9e6e43c7987
parent 33499 0407a51b9d8c
child 33532 d645fdfb749f
equal deleted inserted replaced
33515:3325c7dcabaa 33516:f9e6e43c7987
  1214                                      releasefn=releasefn,
  1214                                      releasefn=releasefn,
  1215                                      checkambigfiles=_cachedfiles)
  1215                                      checkambigfiles=_cachedfiles)
  1216         tr.changes['revs'] = set()
  1216         tr.changes['revs'] = set()
  1217         tr.changes['obsmarkers'] = set()
  1217         tr.changes['obsmarkers'] = set()
  1218         tr.changes['phases'] = {}
  1218         tr.changes['phases'] = {}
       
  1219         tr.changes['bookmarks'] = {}
  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.