# HG changeset patch # User Yuya Nishihara # Date 1526130247 -32400 # Sat May 12 22:04:07 2018 +0900 # Node ID d276a510c6f44da8f5845867796e3f328d98a240 # Parent 297503263f588f795cb97d91583fc84d0cb8d350 bump testedwith version diff --git a/hgext/textful/__init__.py b/hgext/textful/__init__.py --- a/hgext/textful/__init__.py +++ b/hgext/textful/__init__.py @@ -48,7 +48,7 @@ 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 = []