comparison hgsubversion/__init__.py @ 1590:40d8557d6aee

testedwith: declare support for hg 4.8
author Augie Fackler <raf@durin42.com>
date Fri, 02 Nov 2018 20:14:41 -0400
parents 363d4c2cb880
children 39e2f8f8f205
comparison
equal deleted inserted replaced
1589:bd61c929f9bb 1590:40d8557d6aee
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 4.7' 18 testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8'
19 19
20 import os 20 import os
21 21
22 from mercurial import commands 22 from mercurial import commands
23 try: 23 try: