Show More
@@ -40,7 +40,8 b' def walkrepo(root):' | |||||
40 | yield x |
|
40 | yield x | |
41 | # write manifest before changelog |
|
41 | # write manifest before changelog | |
42 | meta = list(walk(root, False)) |
|
42 | meta = list(walk(root, False)) | |
43 |
meta.sort( |
|
43 | meta.sort() | |
|
44 | meta.reverse() | |||
44 | for x in meta: |
|
45 | for x in meta: | |
45 | yield x |
|
46 | yield x | |
46 |
|
47 |
General Comments 0
You need to be logged in to leave comments.
Login now