cvsps wrapper script

John Hein jhein at timing.com
Tue Sep 22 07:37:37 CDT 2009


Patrick M zard wrote at 13:14 +0200 on Sep 22, 2009:
 > John Hein a  crit :
 > > Where is the cvsps wrapper script described
 > > in the convert help?  I don't see it in hgext/convert.
 > 
 > I was changed in a mercurial/convert "debugcvsps" command without
 > the help being updated.

Ah..  thanks.

Next question... how do I convert just a single cvs branch?

I see that debugcvsps takes -b <branch> and that seems to work, but I
don't see how to configure convert to only convert changesets from a
particular cvs branch.

To fix the help doc, here's a patch:

--- hgext/convert/__init__.py.orig	2009-07-23 11:58:05.000000000 -0600
+++ hgext/convert/__init__.py	2009-09-22 05:45:26.000000000 -0600
@@ -169,9 +169,9 @@
             indicated in the regex as the second parent of the
             changeset.
 
-    The hgext/convert/cvsps wrapper script allows the builtin
-    changeset merging code to be run without doing a conversion. Its
-    parameters and output are similar to that of cvsps 2.1.
+    The debugcvsps command allows the builtin changeset merging code
+    to be run without doing a conversion. Its parameters and output
+    are similar to that of cvsps 2.1.
 
     Subversion Source
     -----------------


More information about the Mercurial-devel mailing list