mercurial/util.py
changeset 6317 b0d937869417
parent 6284 c93b6c0e6e84
child 6330 4e836769d93c
--- 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 = []