tests/test-revset.t
changeset 48876 42d2b31cee0b
parent 48368 8c4881c07f57
child 49447 6dbe74669eba
equal deleted inserted replaced
48875:6000f5b25c9b 48876:42d2b31cee0b
    34 
    34 
    35 extension to build '_intlist()' and '_hexlist()', which is necessary because
    35 extension to build '_intlist()' and '_hexlist()', which is necessary because
    36 these predicates use '\0' as a separator:
    36 these predicates use '\0' as a separator:
    37 
    37 
    38   $ cat <<EOF > debugrevlistspec.py
    38   $ cat <<EOF > debugrevlistspec.py
    39   > from __future__ import absolute_import
       
    40   > from mercurial import (
    39   > from mercurial import (
    41   >     node as nodemod,
    40   >     node as nodemod,
    42   >     registrar,
    41   >     registrar,
    43   >     revset,
    42   >     revset,
    44   >     revsetlang,
    43   >     revsetlang,