topic: update 'tested with' and readme stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 18 May 2017 23:58:19 +0200
branchstable
changeset 2428 7c15b494bacc
parent 2427 59e7fc0ad7c0
child 2429 2ae765aab437
topic: update 'tested with' and readme We are compatible with Mercurial 4.0 and above
README
hgext3rd/topic/__init__.py
--- 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, '')