hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 26 Apr 2015 18:05:23 +0900
changeset 25306 c87b05925054
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
parser: add helper to reduce nesting of chained infix operations This will be used to avoid stack overflow caused by chained 'or' operations in revset.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder