##// END OF EJS Templates
tests: fix test-sparse-revlog...
tests: fix test-sparse-revlog This one is not covered by the CIbecause I requires an expensive artifact to be cached. So it goes out of think on regular basis (we should fix that…) The test ouput was affected by e706bb41fdb3 as we filtering now happens sooner, removing for the output.

File last commit:

r41119:797a416a default
r50521:da636e7a default
Show More
test-revlog-raw.py.out
7 lines | 154 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
Boris Feld
revlog: add an explicit test for `issnapshot`...
r41064 issnapshot test passed
Boris Feld
revlog: add test case for _findsnapshots...
r41119 findsnapshot test passed