# HG changeset patch # User Pierre-Yves David # Date 1506011722 -7200 # Node ID 33efe3a1be375fe9d1688e9802a1c009aa45f997 # Parent 222ad649380b00941d4f9f7fdbb4abb7211f820e test: fix the enforce-topic configuration There have been an error while updating this patch. diff -r 222ad649380b -r 33efe3a1be37 tests/test-topic-tutorial.t --- 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.