Mercurial > hg-stable
log
age | author | description |
---|---|---|
Sun, 02 Dec 2018 13:09:46 -0800 | Martin von Zweigbergk | match: drop unnecessary wrapping of regex in group |
Sun, 02 Dec 2018 13:45:20 -0800 | Martin von Zweigbergk | match: use _BASE_SIZE instead of magic value 4 |
Sun, 02 Dec 2018 13:44:49 -0800 | Martin von Zweigbergk | match: make "groupsize" include the trailing "|" |
Sun, 02 Dec 2018 13:09:43 -0800 | Martin von Zweigbergk | match: fix an unaligned (but harmless) indent |
Thu, 22 Nov 2018 17:41:10 +0100 | Boris Feld | match: raise an Abort error instead of OverflowError |
Thu, 22 Nov 2018 21:02:02 +0100 | Boris Feld | match: avoid translating glob to matcher multiple times for large sets |