mercurial/localrepo.py
changeset 33251 a5cb2e4460de
parent 33247 4d5d493ea54a
child 33256 4ea0b7a613f9
equal deleted inserted replaced
33250:bbc57a7e8823 33251:a5cb2e4460de
  1081                                      aftertrans(renames),
  1081                                      aftertrans(renames),
  1082                                      self.store.createmode,
  1082                                      self.store.createmode,
  1083                                      validator=validate,
  1083                                      validator=validate,
  1084                                      releasefn=releasefn)
  1084                                      releasefn=releasefn)
  1085         tr.changes['revs'] = set()
  1085         tr.changes['revs'] = set()
       
  1086         tr.changes['obsmarkers'] = set()
  1086 
  1087 
  1087         tr.hookargs['txnid'] = txnid
  1088         tr.hookargs['txnid'] = txnid
  1088         # note: writing the fncache only during finalize mean that the file is
  1089         # note: writing the fncache only during finalize mean that the file is
  1089         # outdated when running hooks. As fncache is used for streaming clone,
  1090         # outdated when running hooks. As fncache is used for streaming clone,
  1090         # this is not expected to break anything that happen during the hooks.
  1091         # this is not expected to break anything that happen during the hooks.