Show More
@@ -1249,7 +1249,9 b' def debugbundle(ui, bundlepath, all=None' | |||||
1249 | p2 = chunkdata['p2'] |
|
1249 | p2 = chunkdata['p2'] | |
1250 | cs = chunkdata['cs'] |
|
1250 | cs = chunkdata['cs'] | |
1251 | delta = chunkdata['data'] |
|
1251 | delta = chunkdata['data'] | |
1252 |
ui.write("%s %s %s %s %s\n" % |
|
1252 | ui.write("%s %s %s %s %s\n" % | |
|
1253 | (hex(node), hex(p1), hex(p2), | |||
|
1254 | hex(cs), len(delta))) | |||
1253 |
|
1255 | |||
1254 | showchunks("changelog") |
|
1256 | showchunks("changelog") | |
1255 | showchunks("manifest") |
|
1257 | showchunks("manifest") |
General Comments 0
You need to be logged in to leave comments.
Login now