Mercurial > public > mercurial-scm > hg-stable
diff mercurial/cmdutil.py @ 33763:02a745c20121
merge with stable
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 10 Aug 2017 18:55:33 -0400 |
parents | 86aca74a063b 377e8ddaebef |
children | 96f43981c1c4 |
line wrap: on
line diff
--- 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(