comparison tests/test-stream-bundle-v2.t @ 37349:36b2a304216c

tests: disable tests for advanced clone features with simple store There are a handful of test failures in the simple store with regards to stream clones. Fixing them will require a lot of conditional output. Disabling the tests wholesale is easier at this juncture. Differential Revision: https://phab.mercurial-scm.org/D3064
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 03 Apr 2018 15:08:14 -0700
parents 77f9e95fe3c4
children d618558e4e8b
comparison
equal deleted inserted replaced
37348:f4e84dfc06fd 37349:36b2a304216c
1 #require no-reposimplestore
2
1 Test creating a consuming stream bundle v2 3 Test creating a consuming stream bundle v2
2 4
3 $ getmainid() { 5 $ getmainid() {
4 > hg -R main log --template '{node}\n' --rev "$1" 6 > hg -R main log --template '{node}\n' --rev "$1"
5 > } 7 > }