# HG changeset patch
# User Siddharth Agarwal <sid0@fb.com>
# Date 1400552506 25200
# Node ID f49f367d77c1c7ed9239788bb68b03240e5e3f84
# Parent  91b621c6ba9ac8b14992b3c9d51221ae9f498893
testedwith: update list of versions hg-git is tested with

This should be kept in sync with the Makefile, but hasn't been.

diff --git a/hggit/__init__.py b/hggit/__init__.py
--- 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`