changeset 2428:7c15b494bacc stable

topic: update 'tested with' and readme We are compatible with Mercurial 4.0 and above
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 18 May 2017 23:58:19 +0200
parents 59e7fc0ad7c0
children 2ae765aab437
files README hgext3rd/topic/__init__.py
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu May 18 22:25:43 2017 +0200
+++ b/README	Thu May 18 23:58:19 2017 +0200
@@ -125,6 +125,7 @@
  - obshashrange-cache: update incrementally in the (common) case of a
    transaction not affecting existing range,
  - obshashrange-cache: keep the cache warm after each transaction,
+ - topic: now requires Mercurial 4.0 or above,
  - stack: now display if current revision is in bad state (issue5533),
  - stack: fix json output to be valid json.
 
--- a/hgext3rd/topic/__init__.py	Thu May 18 22:25:43 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Thu May 18 23:58:19 2017 +0200
@@ -106,7 +106,7 @@
               'topic.active': 'green',
              }
 
-testedwith = '3.9'
+testedwith = '4.0.2 4.1.3 4.2'
 
 def _contexttopic(self):
     return self.extra().get(constants.extrakey, '')