changeset 1865:1ed809a2104e

merge with crew.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Wed, 08 Mar 2006 11:21:45 -0800
parents 7a09785d3237 (diff) e8b86fb8ae33 (current diff)
children 89a6ce5ae510 91ebf29c1595
files contrib/hbisect.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -851,7 +851,7 @@ class hgweb(object):
 
     def run(self, req=hgrequest()):
         def clean(path):
-            p = os.path.normpath(path)
+            p = util.normpath(path)
             if p[:2] == "..":
                 raise "suspicious path"
             return p