changeset 726:f49f367d77c1

testedwith: update list of versions hg-git is tested with This should be kept in sync with the Makefile, but hasn't been.
author Siddharth Agarwal <sid0@fb.com>
date Mon, 19 May 2014 19:21:46 -0700
parents 91b621c6ba9a
children 6f4fe8ad1883
files hggit/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/__init__.py
+++ b/hggit/__init__.py
@@ -46,7 +46,7 @@
 from git_handler import GitHandler
 import verify
 
-testedwith = '2.0.2 2.1.2 2.2.3 2.8.1'
+testedwith = '2.8.2'
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
 
 # support for `hg clone git://github.com/defunkt/facebox.git`