bump testedwith version
1 files changed, 1 insertions(+), 1 deletions(-)

M hgext/textful/__init__.py
M hgext/textful/__init__.py +1 -1
@@ 48,7 48,7 @@ try:
 except AttributeError:  # hg<2.5
     unfilteredpropertycache = util.propertycache
 
-testedwith = '2.4.2 2.5 2.6 2.7 3.3 4.4'
+testedwith = '2.4.2 2.5 2.6 2.7 3.3 4.4 4.6'
 buglink = 'https://bitbucket.org/yuja/hgext-textful/issues'
 
 _filters = []