changeset 340:3d432479814c

README: remove outdated status, update version requirements.
author Augie Fackler <durin42@gmail.com>
date Sat, 12 Jun 2010 21:26:19 -0500
parents 7d0cb1938ef9
children 1f9f4ff47618
files README.md
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/README.md
+++ b/README.md
@@ -1,8 +1,3 @@
-*Warning: This plugin is not yet stabilized. Use to help me identify bugs, but it will be a few weeks before its fully stable.*
-
-*Project status as of 5/27:*  Pretty solid, but a bit slow - can losslessly convert most major scenarios and can handle projects up to several thousand commits. Submodules in Git are not handled. See TODO.txt for full list of things I'm working on.
-
-
 Hg-Git Mercurial Plugin
 =======================
 
@@ -13,7 +8,7 @@
 Dependencies
 ============
 
-This plugin is implemented entirely in Python - there are no Git binary dependencies, you do not need to have Git installed on your system.  The only dependencies are Mercurial and Dulwich.  The plugin is known to work on Hg versions 1.1 through 1.3 and requires at least Dulwich 0.3.2.
+This plugin is implemented entirely in Python - there are no Git binary dependencies, you do not need to have Git installed on your system.  The only dependencies are Mercurial and Dulwich.  The plugin is known to work on Hg versions 1.3 through 1.5 and requires at least Dulwich 0.6.0.
 
 Usage
 =====