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	Wed Mar 08 19:31:54 2006 +0100
+++ b/mercurial/hgweb.py	Wed Mar 08 11:21:45 2006 -0800
@@ -851,7 +851,7 @@
 
     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