topic: update extensions metadata stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sun, 02 Jul 2017 19:34:30 +0200
branchstable
changeset 2705 a7b7471b4bed
parent 2704 a8e22ede5a9a
child 2706 734c0bc066cd
topic: update extensions metadata Let us assign a version number to this release and add some more data about the extensions.
README
hgext3rd/topic/__init__.py
--- 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()):