Mercurial > hg
view tests/test-check-pyflakes.t @ 16528:5d803620ca05 stable
doc: flatten description of 'matching()' predicate to be formatted well
current description of 'matching()' revset predicate can't be
formatted well on "hg help revset" output.
each descriptions for revset predicates (or something like them) are
split-ed into lines, and spaces on left side of them are stripped
before minirst processing. so, bullet list can't be nested.
this patch just flattens description of 'matching()' predicate to be
formatted well.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Thu, 26 Apr 2012 21:32:48 +0900 |
parents | 4f795f5fbb0b |
children | 0cb996ee8c6d |
line wrap: on
line source
$ "$TESTDIR/hghave" pyflakes || exit 80 $ cd "`dirname "$TESTDIR"`" $ pyflakes mercurial hgext 2>&1 | "$TESTDIR/filterpyflakes.py" hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)