log tests/test-revlog-raw.py @ 44104:1fbc38b4df97 draft default tip glob

age author description
2019-01-17 Martin von Zweigbergk cleanup: delete lots of unused local variables
2018-12-21 Boris Feld revlog: add test case for _findsnapshots
2018-12-21 Boris Feld revlog: add an explicit test for `issnapshot`
2018-12-20 Boris Feld revlog: add some direct testing of the slicing logic
2018-08-09 Gregory Szorc repository: remove storedeltachains from ifilestorage
2018-04-27 Augie Fackler tests: port test-revlog-raw.py to Python 3
2018-02-13 Jun Wu revlog: do not use delta for lfs revisions stable
2018-01-12 Paul Morelle revlog: introduce 'deltainfo' to distinguish from 'delta'
2017-09-20 Durham Goode revlog: add revmap back to revlog.addgroup
2017-09-13 Durham Goode changegroup: remove changegroup dependency from revlog.addgroup
2017-08-02 Yuya Nishihara test-revlog-raw: close file handles explicitly (issue5644) stable
2017-04-03 Jun Wu test-revlog-raw: remove duplicated option
2017-04-03 Jun Wu test-revlog-raw: fix "genbits" implementation
2017-03-31 Jun Wu revlog: add a stronger test for raw processing