mercurial/scmutil.py
branchstable
changeset 15721 4751d5133f15
parent 15666 37a6e9765015
child 15735 5b384b7f48d5
--- a/mercurial/scmutil.py	Tue Dec 20 14:11:14 2011 -0600
+++ b/mercurial/scmutil.py	Sat Dec 24 19:01:07 2011 +0900
@@ -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