comparison hggit/__init__.py @ 1046:c560ed4d5a55

compat: update hg versions we test against
author Kevin Bullock <kbullock@ringworld.org>
date Thu, 10 Aug 2017 14:54:56 -0400
parents 631d42fbf8a2
children 88de3215e138
comparison
equal deleted inserted replaced
1045:c35751c248c3 1046:c560ed4d5a55
78 ]) 78 ])
79 79
80 __version__ = '0.8.8' 80 __version__ = '0.8.8'
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.2 4.0.2 4.1.3 4.2.2 4.3-rc') 83 '3.8.4 3.9.2 4.0.2 4.1.3 4.2.3 4.3')
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 try: 87 try:
88 from mercurial import registrar 88 from mercurial import registrar