Mercurial > hg-stable
comparison tests/test-revlog-v2.t @ 37345:b09a25d74592
tests: disable test-revlog-v2 when using simple store
Because the simple store has nothing to do with revlogs.
Differential Revision: https://phab.mercurial-scm.org/D3056
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 04 Apr 2018 11:31:35 -0700 |
parents | 351323217fd3 |
children | a6426dd3210d |
comparison
equal
deleted
inserted
replaced
37344:e1942c196f66 | 37345:b09a25d74592 |
---|---|
1 #require reporevlogstore | |
2 | |
1 A repo with unknown revlogv2 requirement string cannot be opened | 3 A repo with unknown revlogv2 requirement string cannot be opened |
2 | 4 |
3 $ hg init invalidreq | 5 $ hg init invalidreq |
4 $ cd invalidreq | 6 $ cd invalidreq |
5 $ echo exp-revlogv2.unknown >> .hg/requires | 7 $ echo exp-revlogv2.unknown >> .hg/requires |