##// END OF EJS Templates
revlog: add some direct testing of the slicing logic...
revlog: add some direct testing of the slicing logic This test check slicing backed by an actual revlog. It will test the C version of slicing (if the test are run with the C extensions).

File last commit:

r41063:cca12a31 default
r41063:cca12a31 default
Show More
test-revlog-raw.py.out
5 lines | 106 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
Boris Feld
revlog: add some direct testing of the slicing logic...
r41063 slicing test passed