Submitter | phabricator |
---|---|
Date | Dec. 14, 2018, 5:30 p.m. |
Message ID | <69c75e3efaa215c1de7c900a80a7a961@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/37152/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/match.py b/mercurial/match.py --- a/mercurial/match.py +++ b/mercurial/match.py @@ -1196,8 +1196,8 @@ Test too large input >>> _buildregexmatch([ - ... ('relglob', '?' * MAX_RE_SIZE, '') - ... ], '$') + ... (b'relglob', b'?' * MAX_RE_SIZE, b'') + ... ], b'$') Traceback (most recent call last): ... Abort: matcher pattern is too long (20009 bytes)