changeset 2972 | 33efe3a1be37 |
parent 2971 | 222ad649380b |
child 2973 | 0192d6bc25fa |
--- a/tests/test-topic-tutorial.t Thu Sep 21 16:25:58 2017 +0200 +++ b/tests/test-topic-tutorial.t Thu Sep 21 18:35:22 2017 +0200 @@ -699,8 +699,8 @@ For this tutorial, we'll add the config at the repository level: $ cat << EOF >> .hg/hgrc - > [experimental] >> .hg/hgrc - > enforce-topic=yes >> .hg/hgrc + > [experimental] + > enforce-topic = yes > EOF You can also use `hg config --edit` to update your mercurial configuration.