Mercurial > public > mercurial-scm > hg
diff tests/test-config.t @ 36730:a22915edc279
py3: byte-stringify test-config.t and test-config-env.py
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 04 Mar 2018 15:26:26 -0500 |
parents | 4441705b7111 |
children | edbcf5b239f9 |
line wrap: on
line diff
--- a/tests/test-config.t Sun Mar 04 15:24:45 2018 -0500 +++ b/tests/test-config.t Sun Mar 04 15:26:26 2018 -0500 @@ -88,7 +88,7 @@ $ cat <<EOF > emptysource.py > def reposetup(ui, repo): - > ui.setconfig('empty', 'source', 'value') + > ui.setconfig(b'empty', b'source', b'value') > EOF $ cp .hg/hgrc .hg/hgrc.orig $ cat <<EOF >> .hg/hgrc