comparison hgsubversion/__init__.py @ 1579:4830089aee58

hgsubversion: add 4.7 to list of supported mercurial The tox.ini changes were authored by Augie Fackler.
author Pulkit Goyal <pulkit@yandex-team.ru>
date Fri, 03 Aug 2018 19:53:57 +0530
parents 7da8a38ff969
children 363d4c2cb880
comparison
equal deleted inserted replaced
1578:68965b2e3401 1579:4830089aee58
13 details. 13 details.
14 14
15 For more information and instructions, see :hg:`help subversion`. 15 For more information and instructions, see :hg:`help subversion`.
16 ''' 16 '''
17 17
18 testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6' 18 testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7'
19 19
20 import os 20 import os
21 21
22 from mercurial import commands 22 from mercurial import commands
23 try: 23 try: