Show More
@@ -1830,7 +1830,8 class cgpacker: | |||||
1830 | treemanifests to send. |
|
1830 | treemanifests to send. | |
1831 | """ |
|
1831 | """ | |
1832 | clnode = nodes[x] |
|
1832 | clnode = nodes[x] | |
1833 |
m |
|
1833 | mctx = mfl.get(tree, x) | |
|
1834 | mdata = mctx.read_delta_parents(shallow=True, exact=False) | |||
1834 | for p, n, fl in mdata.iterentries(): |
|
1835 | for p, n, fl in mdata.iterentries(): | |
1835 | if fl == b't': # subdirectory manifest |
|
1836 | if fl == b't': # subdirectory manifest | |
1836 | subtree = tree + p + b'/' |
|
1837 | subtree = tree + p + b'/' |
General Comments 0
You need to be logged in to leave comments.
Login now