hgext/__init__.py
author Brendan Cully <brendan@kublai.com>
Thu, 09 Jul 2009 15:14:42 -0700
changeset 9091 79a886bcf461
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
ignore: separate pattern extraction from match compilation hgignore files have slightly different syntax from match objects, e.g. syntax: foo headers, regexp: forms, and re being relre. Put conversion from hgignore syntax into match syntax into a standalone function so that it is easier to validate hgignore hunks externally.

# placeholder