changeset 14220 | 21b8ce4d3331 |
parent 14216 | e3da95f84bcd |
child 14222 | 474179077ae0 |
child 14237 | 4d684d8210a1 |
--- a/mercurial/commands.py Fri May 06 12:09:20 2011 +0200 +++ b/mercurial/commands.py Fri May 06 09:54:06 2011 +0200 @@ -3618,7 +3618,7 @@ fc = ctx[f] repo.wwrite(f, fc.data(), fc.flags()) - audit_path = scmutil.path_auditor(repo.root) + audit_path = scmutil.pathauditor(repo.root) for f in remove[0]: if repo.dirstate[f] == 'a': repo.dirstate.forget(f)