changeset 2709 | 5d54de9cf50f |
parent 2708 | 1907f5af88a8 |
child 2711 | 8c938e9af113 |
--- a/hgext3rd/topic/__init__.py Sun Jul 02 17:13:35 2017 +0200 +++ b/hgext3rd/topic/__init__.py Sun Jul 02 19:43:44 2017 +0200 @@ -113,7 +113,10 @@ 'topic.active': 'green', } -testedwith = '4.0.2 4.1.3 4.2' +version = '0.2.0.dev' +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()):