Mercurial > hg
diff contrib/python3-whitelist @ 40281:29b0e9cd02f4
py3: fix test-revlog.t
The mpatchError has a trailing comma on Python 2 but not on Python 3, so
use a glob to handle both Python 2 and Python 3.
Differential Revision: https://phab.mercurial-scm.org/D5093
author | Mark Thomas <mbthomas@fb.com> |
---|---|
date | Sun, 14 Oct 2018 09:07:43 +0000 |
parents | 125fc478719f |
children | e4f82db071a4 |
line wrap: on
line diff
--- a/contrib/python3-whitelist Sun Oct 14 04:11:35 2018 -0400 +++ b/contrib/python3-whitelist Sun Oct 14 09:07:43 2018 +0000 @@ -524,6 +524,7 @@ test-revlog-packentry.t test-revlog-raw.py test-revlog-v2.t +test-revlog.t test-revset-dirstate-parents.t test-revset-legacy-lookup.t test-revset-outgoing.t