tests/test-hgrc.t
changeset 39723 5abc47d4ca6b
parent 38106 1a09886ab03a
child 43276 d201a637c971
equal deleted inserted replaced
39722:030d558c6456 39723:5abc47d4ca6b
    56   $ hg version
    56   $ hg version
    57   hg: parse error at $TESTTMP/hgrc:2:   x = y
    57   hg: parse error at $TESTTMP/hgrc:2:   x = y
    58   unexpected leading whitespace
    58   unexpected leading whitespace
    59   [255]
    59   [255]
    60 
    60 
    61   $ $PYTHON -c "from __future__ import print_function; print('[foo]\nbar = a\n b\n c \n  de\n fg \nbaz = bif cb \n')" \
    61   $ "$PYTHON" -c "from __future__ import print_function; print('[foo]\nbar = a\n b\n c \n  de\n fg \nbaz = bif cb \n')" \
    62   > > $HGRC
    62   > > $HGRC
    63   $ hg showconfig foo
    63   $ hg showconfig foo
    64   foo.bar=a\nb\nc\nde\nfg
    64   foo.bar=a\nb\nc\nde\nfg
    65   foo.baz=bif cb
    65   foo.baz=bif cb
    66 
    66