##// END OF EJS Templates
wireproto: convert human output frames to CBOR...
wireproto: convert human output frames to CBOR This is easier than rolling our own encoding format. As a bonus, some of our artificial limits around lengths of things went away because we are no longer using fixed length fields to hold sizes. Differential Revision: https://phab.mercurial-scm.org/D3067

File last commit:

r31755:ec48d57d default
r37335:36d17f37 default
Show More
test-revlog-raw.py.out
4 lines | 86 B | text/plain | TextLexer
/ tests / test-revlog-raw.py.out
Jun Wu
revlog: use raw content when building delta...
r31752 local test passed
Jun Wu
revlog: use raw revisions in revdiff...
r31753 addgroupcopy test passed
Jun Wu
revlog: use raw revisions in clone...
r31754 clone test passed
Jun Wu
revlog: make _addrevision only accept rawtext...
r31755 lowlevelcopy test passed