Show More
@@ -373,6 +373,7 b' def applyupdates(repo, action, wctx, mct' | |||
|
373 | 373 | repo.ui.warn(" %s\n" % nf) |
|
374 | 374 | elif m == "e": # exec |
|
375 | 375 | flags = a[2] |
|
376 | repo.wopener.audit(f) | |
|
376 | 377 | util.setflags(repo.wjoin(f), 'l' in flags, 'x' in flags) |
|
377 | 378 | ms.commit() |
|
378 | 379 | u.progress(_('updating'), None, total=numupdates, unit=_('files')) |
General Comments 0
You need to be logged in to leave comments.
Login now