hgwebdir: Tiny fix for webdir on non-symlink capable platforms.

This commit is contained in:
Eric Hopper 2008-03-17 12:40:02 -07:00
parent 8c882ea990
commit 63836614e1

View File

@ -1720,7 +1720,7 @@ def walkrepos(path, followsym=False, seen_dirs=None):
dirlst.append(dirstat)
return not match
else:
followsym = false
followsym = False
if (seen_dirs is None) and followsym:
seen_dirs = []