##// END OF EJS Templates
test: enable sparse-revlog for test-lfs-largefiles.t...
Boris Feld -
r40932:c35d3cb7 default
parent child Browse files
Show More
@@ -1,3 +1,9 b''
1 TRANSITIONAL CONFIG
2 $ cat << EOF >> $HGRCPATH
3 > [format]
4 > sparse-revlog = yes
5 > EOF
6
1 #require no-reposimplestore no-chg
7 #require no-reposimplestore no-chg
2
8
3 This tests the interaction between the largefiles and lfs extensions, and
9 This tests the interaction between the largefiles and lfs extensions, and
@@ -294,6 +300,7 b' The requirement is added to the destinat'
294 generaldelta
300 generaldelta
295 lfs
301 lfs
296 revlogv1
302 revlogv1
303 sparserevlog
297 store
304 store
298
305
299 $ hg log -r 'all()' -G -T '{rev} {join(lfs_files, ", ")} ({desc})\n'
306 $ hg log -r 'all()' -G -T '{rev} {join(lfs_files, ", ")} ({desc})\n'
General Comments 0
You need to be logged in to leave comments. Login now