# HG changeset patch # User Eric Hopper # Date 2008-03-17 19:40:02 # Node ID b0d937869417ea80d790191d58a99a5c2672bf77 # Parent ad5baedeee021808d6c4175b649bcef7fc6074b4 hgwebdir: Tiny fix for webdir on non-symlink capable platforms. diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -1720,7 +1720,7 @@ def walkrepos(path, followsym=False, see dirlst.append(dirstat) return not match else: - followsym = false + followsym = False if (seen_dirs is None) and followsym: seen_dirs = []