changeset 14220 | 21b8ce4d3331 |
parent 14168 | 135e244776f0 |
child 14232 | df2399663392 |
--- a/mercurial/cmdutil.py Fri May 06 12:09:20 2011 +0200 +++ b/mercurial/cmdutil.py Fri May 06 09:54:06 2011 +0200 @@ -286,7 +286,7 @@ similarity = float(opts.get('similarity') or 0) # we'd use status here, except handling of symlinks and ignore is tricky added, unknown, deleted, removed = [], [], [], [] - audit_path = scmutil.path_auditor(repo.root) + audit_path = scmutil.pathauditor(repo.root) m = match(repo, pats, opts) for abs in repo.walk(m): target = repo.wjoin(abs)