Show More
@@ -256,7 +256,7 if sys.platform == 'linux2' and os.uname | |||||
256 | packages.extend(['hgext.inotify', 'hgext.inotify.linux']) |
|
256 | packages.extend(['hgext.inotify', 'hgext.inotify.linux']) | |
257 |
|
257 | |||
258 | datafiles = [] |
|
258 | datafiles = [] | |
259 |
for root in ('templates', ' |
|
259 | for root in ('templates', 'help'): | |
260 | for dir, dirs, files in os.walk(root): |
|
260 | for dir, dirs, files in os.walk(root): | |
261 | dirs[:] = [x for x in dirs if not x.startswith('.')] |
|
261 | dirs[:] = [x for x in dirs if not x.startswith('.')] | |
262 | files = [x for x in files if not x.startswith('.')] |
|
262 | files = [x for x in files if not x.startswith('.')] |
General Comments 0
You need to be logged in to leave comments.
Login now