changeset 15735 | 5b384b7f48d5 |
parent 15674 | 7b7f03502b5a |
parent 15721 | 4751d5133f15 |
child 15797 | c7a8164c61ab |
--- 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