Submitter | phabricator |
---|---|
Date | Dec. 10, 2018, 4:03 p.m. |
Message ID | <7fee72c44046a4e472b9bd98a8739309@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/37085/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-wireproto-caching.t b/tests/test-wireproto-caching.t --- a/tests/test-wireproto-caching.t +++ b/tests/test-wireproto-caching.t @@ -1,3 +1,9 @@ +TRANSITIONAL CONFIG + $ cat << EOF >> $HGRCPATH + > [format] + > sparse-revlog = yes + > EOF + $ . $TESTDIR/wireprotohelpers.sh $ cat >> $HGRCPATH << EOF > [extensions] @@ -432,7 +438,8 @@ ]), b'rawrepoformats': [ b'generaldelta', - b'revlogv1' + b'revlogv1', + b'sparserevlog' ] } ]