diff mercurial/util.py @ 6317:b0d937869417

hgwebdir: Tiny fix for webdir on non-symlink capable platforms.
author Eric Hopper <hopper@omnifarious.org>
date Mon, 17 Mar 2008 12:40:02 -0700
parents c93b6c0e6e84
children 4e836769d93c
line wrap: on
line diff
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -1720,7 +1720,7 @@
                 dirlst.append(dirstat)
             return not match
     else:
-        followsym = false
+        followsym = False
 
     if (seen_dirs is None) and followsym:
         seen_dirs = []