tests/test-topic-tutorial.t
changeset 2972 33efe3a1be37
parent 2971 222ad649380b
child 2973 0192d6bc25fa
equal deleted inserted replaced
2971:222ad649380b 2972:33efe3a1be37
   697 configuration.
   697 configuration.
   698 
   698 
   699 For this tutorial, we'll add the config at the repository level:
   699 For this tutorial, we'll add the config at the repository level:
   700 
   700 
   701   $ cat << EOF >> .hg/hgrc
   701   $ cat << EOF >> .hg/hgrc
   702   > [experimental] >> .hg/hgrc
   702   > [experimental]
   703   > enforce-topic=yes >> .hg/hgrc
   703   > enforce-topic = yes
   704   > EOF
   704   > EOF
   705 
   705 
   706 You can also use `hg config --edit` to update your mercurial configuration.
   706 You can also use `hg config --edit` to update your mercurial configuration.
   707 
   707 
   708 
   708