##// END OF EJS Templates
commands: print chunk type in debugrevlog...
commands: print chunk type in debugrevlog Each data entry ("chunk") in a revlog has a type based on the first byte of the data. This type indicates how to interpret the data. This seems like a useful thing to be able to query through a debug command. So let's add that to `hg debugrevlog`. This does make `hg debugrevlog` slightly slower, as it has to read more than just the index. However, even on the mozilla-unified manifest (which is ~200MB spread over ~350K revisions), this takes <400ms.

File last commit:

r25708:d3d32643 default
r30452:932b18c9 default
Show More
test-wireproto.py.out
2 lines | 49 B | text/plain | TextLexer
/ tests / test-wireproto.py.out
Thomas Arendsen Hein
test-wireprotocol.py: rename to test-wireproto.py for consistency...
r14765 Hello, Foobar
Augie Fackler
wireproto: correctly escape batched args and responses (issue4739)...
r25708 ['Hello, Fo, =;:<o', 'Hello, Bar']