comparison hgsubversion/__init__.py @ 1560:0099cf9a9a8b

testedwith: include hg 4.5 Fix up tox.ini as well.
author Augie Fackler <raf@durin42.com>
date Sat, 24 Mar 2018 17:17:36 -0400
parents ae572c9be4e6
children 4442a2f42843
comparison
equal deleted inserted replaced
1559:d717b4de5f1e 1560:0099cf9a9a8b
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' 18 testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5'
19 19
20 import os 20 import os
21 21
22 from mercurial import commands 22 from mercurial import commands
23 try: 23 try: