comparison hggit/__init__.py @ 625:3c3d18dae4f5

testedwith: drop 2.3.1, which has at least one test failure
author Augie Fackler <raf@durin42.com>
date Sat, 14 Dec 2013 11:59:39 -0500
parents ea72c664ae73
children ad0d90fa7a4f
comparison
equal deleted inserted replaced
624:ea72c664ae73 625:3c3d18dae4f5
42 ]) 42 ])
43 43
44 import gitrepo, hgrepo 44 import gitrepo, hgrepo
45 from git_handler import GitHandler 45 from git_handler import GitHandler
46 46
47 testedwith = '1.9.3 2.0.2 2.1.2 2.2.3 2.3.1 2.8.1' 47 testedwith = '1.9.3 2.0.2 2.1.2 2.2.3 2.8.1'
48 buglink = 'https://bitbucket.org/durin42/hg-git/issues' 48 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
49 49
50 # support for `hg clone git://github.com/defunkt/facebox.git` 50 # support for `hg clone git://github.com/defunkt/facebox.git`
51 # also hg clone git+ssh://git@github.com/schacon/simplegit.git 51 # also hg clone git+ssh://git@github.com/schacon/simplegit.git
52 _gitschemes = ('git', 'git+ssh', 'git+http', 'git+https') 52 _gitschemes = ('git', 'git+ssh', 'git+http', 'git+https')