mercurial/__init__.py
author Matt Mackall <mpm@selenic.com>
Sun, 19 Aug 2007 14:03:56 -0500
changeset 5206 0f6a1bdf89fb
parent 0 9117c6561b0b
permissions -rw-r--r--
match: handle large regexes Some Python versions don't handle large regexes, so when we hit an overflow, split our regex in two.