comparison tests/test-remotefilelog-gc.t @ 40507:e2a1584e9e3f

remotefilelog: rip out lz4 support Some methods are left teased out so it's easier to build a migration extension from v1 packs to v2. I also anticipate those methods will be of use if we get around to adding configurable compression engines before we end up jettisoning packs. I think it would make sense to register one-shot `compress` and `decompress` methods on our compression engines in util.py, but indygreg mentioned that might not be straightforward. Differential Revision: https://phab.mercurial-scm.org/D4944
author Augie Fackler <augie@google.com>
date Thu, 04 Oct 2018 00:11:37 -0400
parents 10c10da14c5d
children 95a079ea1e19
comparison
equal deleted inserted replaced
40506:10c10da14c5d 40507:e2a1584e9e3f
88 88
89 $ hg gc --config remotefilelog.gcrepack=True --config remotefilelog.repackonhggc=True 89 $ hg gc --config remotefilelog.gcrepack=True --config remotefilelog.repackonhggc=True
90 90
91 # Ensure that loose files are repacked 91 # Ensure that loose files are repacked
92 $ find $CACHEDIR -type f | sort 92 $ find $CACHEDIR -type f | sort
93 $TESTTMP/hgcache/master/packs/173691d550fabb9d33db8da192f1c9bc62dd11a4.dataidx 93 $TESTTMP/hgcache/master/packs/320dab99b7e3f60512b97f347689625263d22cf5.dataidx
94 $TESTTMP/hgcache/master/packs/173691d550fabb9d33db8da192f1c9bc62dd11a4.datapack 94 $TESTTMP/hgcache/master/packs/320dab99b7e3f60512b97f347689625263d22cf5.datapack
95 $TESTTMP/hgcache/master/packs/837b83c1ef6485a336eb4421ac5973c0ec130fbb.histidx 95 $TESTTMP/hgcache/master/packs/837b83c1ef6485a336eb4421ac5973c0ec130fbb.histidx
96 $TESTTMP/hgcache/master/packs/837b83c1ef6485a336eb4421ac5973c0ec130fbb.histpack 96 $TESTTMP/hgcache/master/packs/837b83c1ef6485a336eb4421ac5973c0ec130fbb.histpack
97 $TESTTMP/hgcache/master/packs/repacklock 97 $TESTTMP/hgcache/master/packs/repacklock
98 $TESTTMP/hgcache/repos 98 $TESTTMP/hgcache/repos
99 99