comparison hgsubversion/__init__.py @ 1576:7da8a38ff969

hgsubversion: add 4.6 to testedwith value Recent patches has made hgsubversion portable with mercurial 4.6, so let's add that to testedwith value.
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 24 Jul 2018 00:55:48 +0530
parents 4442a2f42843
children 4830089aee58
comparison
equal deleted inserted replaced
1575:dc096a69425d 1576:7da8a38ff969
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' 18 testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6'
19 19
20 import os 20 import os
21 21
22 from mercurial import commands 22 from mercurial import commands
23 try: 23 try: