changeset 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 ad5baedeee02
children 308988071b90
files mercurial/util.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/util.py	Sat Mar 15 12:22:15 2008 -0400
+++ b/mercurial/util.py	Mon Mar 17 12:40:02 2008 -0700
@@ -1720,7 +1720,7 @@
                 dirlst.append(dirstat)
             return not match
     else:
-        followsym = false
+        followsym = False
 
     if (seen_dirs is None) and followsym:
         seen_dirs = []