changeset 33763 | 02a745c20121 |
parent 33762 | 86aca74a063b |
parent 33647 | 377e8ddaebef |
child 33792 | 96f43981c1c4 |
--- a/mercurial/cmdutil.py Thu Aug 10 14:23:41 2017 -0400 +++ b/mercurial/cmdutil.py Thu Aug 10 18:55:33 2017 -0400 @@ -3539,7 +3539,7 @@ pass repo.dirstate.remove(f) - audit_path = pathutil.pathauditor(repo.root) + audit_path = pathutil.pathauditor(repo.root, cached=True) for f in actions['forget'][0]: if interactive: choice = repo.ui.promptchoice(