changeset 2801:a7b7471b4bed stable

topic: update extensions metadata Let us assign a version number to this release and add some more data about the extensions.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 02 Jul 2017 19:34:30 +0200
parents a8e22ede5a9a
children 734c0bc066cd
files README hgext3rd/topic/__init__.py
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -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
+++ b/hgext3rd/topic/__init__.py
@@ -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()):