D3056: tests: disable test-revlog-v2 when using simple store

2018-04-04 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGb09a25d74592: tests: disable test-revlog-v2 when using simple store (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D3056: tests: disable test-revlog-v2 when using simple store

2018-04-04 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 7632. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3056?vs=7599=7632 REVISION DETAIL https://phab.mercurial-scm.org/D3056 AFFECTED FILES tests/test-revlog-v2.t CHANGE DETAILS diff --git

D3056: tests: disable test-revlog-v2 when using simple store

2018-04-04 Thread indygreg (Gregory Szorc)
indygreg added a comment. In https://phab.mercurial-scm.org/D3056#49554, @durin42 wrote: > Though I do wonder if this should be a positive check, that is, "require it's on revlogs" rather than "require it's not on the simple store"? Yes, it should. Will re-submit. REPOSITORY

D3056: tests: disable test-revlog-v2 when using simple store

2018-04-04 Thread durin42 (Augie Fackler)
durin42 added a comment. Though I do wonder if this should be a positive check, that is, "require it's on revlogs" rather than "require it's not on the simple store"? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3056 To: indygreg, #hg-reviewers, durin42 Cc:

D3056: tests: disable test-revlog-v2 when using simple store

2018-04-03 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Because the simple store has nothing to do with revlogs. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3056 AFFECTED FILES