Mercurial > public > mercurial-scm > hg
diff tests/test-doctest.py @ 25306:c87b05925054
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.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 26 Apr 2015 18:05:23 +0900 |
parents | daee2039dd11 |
children | 1f6878c87c25 |
line wrap: on
line diff
--- a/tests/test-doctest.py Wed May 27 17:28:55 2015 -0500 +++ b/tests/test-doctest.py Sun Apr 26 18:05:23 2015 +0900 @@ -21,6 +21,7 @@ testmod('mercurial.minirst') testmod('mercurial.patch') testmod('mercurial.pathutil') +testmod('mercurial.parser') testmod('mercurial.revset') testmod('mercurial.store') testmod('mercurial.subrepo')