comparison hggit/__init__.py @ 1003:6d1c19dceaf4

tests: update list of versions we've tested with to include 4.0.1
author Kevin Bullock <kbullock@ringworld.org>
date Mon, 05 Dec 2016 18:32:05 -0600
parents a128b9a53b5a
children a4f4f861fc5e
comparison
equal deleted inserted replaced
1002:fa23c454c528 1003:6d1c19dceaf4
78 ]) 78 ])
79 79
80 __version__ = '0.8.5' 80 __version__ = '0.8.5'
81 81
82 testedwith = ('2.8.2 2.9.2 3.0.2 3.1.2 3.2.4 3.3.3 3.4.2 3.5.2 3.6.3 3.7.3' 82 testedwith = ('2.8.2 2.9.2 3.0.2 3.1.2 3.2.4 3.3.3 3.4.2 3.5.2 3.6.3 3.7.3'
83 '3.8.4 3.9') 83 '3.8.4 3.9.2 4.0.1')
84 buglink = 'https://bitbucket.org/durin42/hg-git/issues' 84 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
85 85
86 cmdtable = {} 86 cmdtable = {}
87 command = cmdutil.command(cmdtable) 87 command = cmdutil.command(cmdtable)
88 88