diff -r 9b0efacd7745 -r 5b384b7f48d5 mercurial/scmutil.py --- a/mercurial/scmutil.py Mon Dec 26 18:07:49 2011 -0600 +++ b/mercurial/scmutil.py Mon Dec 26 18:08:20 2011 -0600 @@ -85,6 +85,7 @@ '''Check the relative path. path may contain a pattern (e.g. foodir/**.txt)''' + path = util.localpath(path) normpath = self.normcase(path) if normpath in self.audited: return