topic: update extensions metadata
Let us assign a version number to this release and add some more data about the
extensions.
--- a/README Sun Jul 02 19:31:11 2017 +0200
+++ b/README Sun Jul 02 19:34:30 2017 +0200
@@ -138,7 +138,7 @@
- split: preserve author of the splitted changeset.
- grab: properly fix hg executable on windows.
-topic:
+topic (0.1.0):
- stack: also show the unstable status for the current changeset, (issue5553)
- stack: properly abort when and unknown topic is requested,
--- a/hgext3rd/topic/__init__.py Sun Jul 02 19:31:11 2017 +0200
+++ b/hgext3rd/topic/__init__.py Sun Jul 02 19:34:30 2017 +0200
@@ -113,7 +113,10 @@
'topic.active': 'green',
}
-testedwith = '4.0.2 4.1.3 4.2'
+version = '0.1.0'
+testedwith = '4.0.2 4.1.3 4.2.1'
+minimumhgversion = '4.0'
+buglink = 'https://bz.mercurial-scm.org/'
def _contexttopic(self, force=False):
if not (force or self.mutable()):