Submitter | phabricator |
---|---|
Date | Nov. 30, 2017, 4:32 a.m. |
Message ID | <differential-rev-PHID-DREV-b6ezzibkz6bdvrccj6kh-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/25821/ |
State | Superseded |
Headers | show |
Comments
durin42 added a comment. This has nothing to do with BSD, this is a failure on Linux in pure Python mode. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1562 To: lothiraldan, durin42, #hg-reviewers Cc: mercurial-devel
lothiraldan added a comment. I got confused, I will send an updated version with a fixed changeset message. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1562 To: lothiraldan, durin42, #hg-reviewers Cc: mercurial-devel
Patch
diff --git a/tests/common-pattern.py b/tests/common-pattern.py --- a/tests/common-pattern.py +++ b/tests/common-pattern.py @@ -3,7 +3,7 @@ substitutions = [ # list of possible compressions - (br'zstd,zlib,none,bzip2', + (br'(zstd,)?zlib,none,bzip2', br'$USUAL_COMPRESSIONS$' ), # capabilities sent through http