diff -r 0fc8b066928a -r 0883413e09bc tests/test-hgrc.t --- a/tests/test-hgrc.t Thu Oct 22 09:58:05 2020 -0700 +++ b/tests/test-hgrc.t Thu Oct 22 10:57:11 2020 -0700 @@ -68,8 +68,7 @@ $ echo '[foo]' > $HGRC $ echo ' x = y' >> $HGRC $ hg version - hg: parse error at $TESTTMP/hgrc:2: x = y - unexpected leading whitespace + hg: parse error at $TESTTMP/hgrc:2: unexpected leading whitespace: x = y [255] $ "$PYTHON" -c "from __future__ import print_function; print('[foo]\nbar = a\n b\n c \n de\n fg \nbaz = bif cb \n')" \