Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 13972:d1f4e7fd970a
move path_auditor from util to scmutil
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Wed, 20 Apr 2011 22:43:31 +0200 |
parents | d13913355390 |
children | af60153b5e3b |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Apr 20 21:41:41 2011 +0200 +++ b/mercurial/commands.py Wed Apr 20 22:43:31 2011 +0200 @@ -3554,7 +3554,7 @@ fc = ctx[f] repo.wwrite(f, fc.data(), fc.flags()) - audit_path = util.path_auditor(repo.root) + audit_path = scmutil.path_auditor(repo.root) for f in remove[0]: if repo.dirstate[f] == 'a': repo.dirstate.forget(f)