hgext3rd/topic/__init__.py
changeset 3768 482195001997
parent 3727 3f26434bdf5c
parent 3765 4aabc5c8b2af
child 3769 1bc4b0807c37
--- a/hgext3rd/topic/__init__.py	Wed May 23 01:24:02 2018 +0200
+++ b/hgext3rd/topic/__init__.py	Thu May 24 18:57:46 2018 +0200
@@ -70,6 +70,8 @@
 The extensions come with an option to enforce that there is only one heads for
 each name in the repository at any time.
 
+::
+
     [experimental]
     enforce-single-head = yes
 
@@ -80,15 +82,18 @@
 phase usually happens on push, but it is possible to update that behavior. The
 server needs to have specific config for this.
 
-    # everything pushed become public (the default)
+* everything pushed become public (the default)::
+
     [phase]
     publish = yes
 
-    # nothing push turned public
+* nothing push turned public::
+
     [phase]
     publish = no
 
-    # topic branches are not published, changeset without topic are
+* topic branches are not published, changeset without topic are::
+
     [phase]
     publish = no
     [experimental]