Skip to content
Snippets Groups Projects
Commit f2295a82 authored by Adrian Buehlmann's avatar Adrian Buehlmann
Browse files

applyupdates: audit path on flag changes

we're using the auditor of the repo wopener, since this is a path that belongs
to the tree we're updating to
parent 69b60edf
No related merge requests found
......@@ -373,6 +373,7 @@
repo.ui.warn(" %s\n" % nf)
elif m == "e": # exec
flags = a[2]
repo.wopener.audit(f)
util.setflags(repo.wjoin(f), 'l' in flags, 'x' in flags)
ms.commit()
u.progress(_('updating'), None, total=numupdates, unit=_('files'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment