# HG changeset patch # User Pierre-Yves David # Date 1495144699 -7200 # Node ID 7c15b494bacc772ceed3971c30149a7476b9aa54 # Parent 59e7fc0ad7c0cfe6bd60a21c38c373dd43ce0b1f topic: update 'tested with' and readme We are compatible with Mercurial 4.0 and above diff --git a/README b/README --- a/README +++ b/README @@ -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. diff --git a/hgext3rd/topic/__init__.py b/hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py +++ b/hgext3rd/topic/__init__.py @@ -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, '')