testedwith: declare compatibility with Mercurial 3.7
authorAugie Fackler <raf@durin42.com>
Mon, 14 Mar 2016 20:18:09 -0400
changeset 1884 8a53f99d9061
parent 1883 ebf146c77709
child 1885 d49f75eab6a3
testedwith: declare compatibility with Mercurial 3.7
src/topic/__init__.py
--- a/src/topic/__init__.py	Mon Mar 14 20:17:18 2016 -0400
+++ b/src/topic/__init__.py	Mon Mar 14 20:18:09 2016 -0400
@@ -34,6 +34,8 @@
 cmdtable = {}
 command = cmdutil.command(cmdtable)
 
+testedwith = '3.7'
+
 def _contexttopic(self):
     return self.extra().get(constants.extrakey, '')
 context.basectx.topic = _contexttopic