changeset 1884:8a53f99d9061

testedwith: declare compatibility with Mercurial 3.7
author Augie Fackler <raf@durin42.com>
date Mon, 14 Mar 2016 20:18:09 -0400
parents ebf146c77709
children d49f75eab6a3
files src/topic/__init__.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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