diff hgext/convert/__init__.py @ 8598:5edb2a8e29ea

convert: deprecate external cvsps, to be removed in 1.4
author Patrick Mezard <pmezard@gmail.com>
date Sun, 24 May 2009 16:27:56 +0200
parents 06ace50443f6
children aea3a23151bd
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Sun May 24 16:27:50 2009 +0200
+++ b/hgext/convert/__init__.py	Sun May 24 16:27:56 2009 +0200
@@ -128,7 +128,7 @@
     source uses its internal changeset merging code by default but can
     be configured to call the external 'cvsps' program by setting:
         --config convert.cvsps='cvsps -A -u --cvs-direct -q'
-    This is a legacy option and may be removed in future.
+    This option is deprecated and will be removed in Mercurial 1.4.
 
     The options shown are the defaults.