Mercurial > public > mercurial-scm > hg
diff tests/test-ancestor.py.out @ 39476:7eadc9407867
ancestor: filter out initial revisions lower than stoprev
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 08 Sep 2018 10:59:24 +0900 |
parents | 431068d7e9db |
children | bdb177923291 |
line wrap: on
line diff
--- a/tests/test-ancestor.py.out Sat Sep 08 10:48:42 2018 +0900 +++ b/tests/test-ancestor.py.out Sat Sep 08 10:59:24 2018 +0900 @@ -20,5 +20,5 @@ membership: [11, 13] iteration: [13, 11] % lazy ancestor set for [11, 13], stoprev = 12, inclusive = True -membership: [11, 13] +membership: [13] iteration: [13]