##// END OF EJS Templates
hgwebdir: Tiny fix for webdir on non-symlink capable platforms.
Eric Hopper -
r6317:b0d93786 default
parent child Browse files
Show More
@@ -1720,7 +1720,7 b' def walkrepos(path, followsym=False, see'
1720 dirlst.append(dirstat)
1720 dirlst.append(dirstat)
1721 return not match
1721 return not match
1722 else:
1722 else:
1723 followsym = false
1723 followsym = False
1724
1724
1725 if (seen_dirs is None) and followsym:
1725 if (seen_dirs is None) and followsym:
1726 seen_dirs = []
1726 seen_dirs = []
General Comments 0
You need to be logged in to leave comments. Login now