--- a/hgext3rd/topic/__init__.py Wed Apr 25 14:09:35 2018 +0100
+++ b/hgext3rd/topic/__init__.py Fri Jun 08 22:52:52 2018 +0530
@@ -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]
@@ -176,7 +181,7 @@
'topic.active': 'green',
}
-__version__ = '0.9.0'
+__version__ = '0.9.1.dev'
testedwith = '4.3.3 4.4.2 4.5.2 4.6'
minimumhgversion = '4.3'