Show More
@@ -1628,7 +1628,6 b' def ordinarypath(p):' | |||||
1628 | for root in ('templates',): |
|
1628 | for root in ('templates',): | |
1629 | for curdir, dirs, files in os.walk(os.path.join('mercurial', root)): |
|
1629 | for curdir, dirs, files in os.walk(os.path.join('mercurial', root)): | |
1630 | curdir = curdir.split(os.sep, 1)[1] |
|
1630 | curdir = curdir.split(os.sep, 1)[1] | |
1631 | dirs[:] = filter(ordinarypath, dirs) |
|
|||
1632 | for f in filter(ordinarypath, files): |
|
1631 | for f in filter(ordinarypath, files): | |
1633 | f = os.path.join(curdir, f) |
|
1632 | f = os.path.join(curdir, f) | |
1634 | packagedata['mercurial'].append(f) |
|
1633 | packagedata['mercurial'].append(f) |
General Comments 0
You need to be logged in to leave comments.
Login now