[PATCH 3 of 3 stable] tests: test-convert-cvs-synthetic.t requires cvs 1.12

Mads Kiilerich mads at kiilerich.com
Sat Nov 16 18:57:33 CST 2013


# HG changeset patch
# User Mads Kiilerich <madski at unity3d.com>
# Date 1384649813 18000
#      Sat Nov 16 19:56:53 2013 -0500
# Branch stable
# Node ID 3e7bfab558c78fb486a297edf0292ad0004b011b
# Parent  1c6f532e2965a133ba7780891e6f65e3b179bb58
tests: test-convert-cvs-synthetic.t requires cvs 1.12

9589227657bc introduced hghave cvs112 10 months ago. Let's assume it has
stabilized so much that we can start using it now.

diff --git a/tests/test-convert-cvs-synthetic.t b/tests/test-convert-cvs-synthetic.t
--- a/tests/test-convert-cvs-synthetic.t
+++ b/tests/test-convert-cvs-synthetic.t
@@ -1,6 +1,6 @@
 This feature requires use of builtin cvsps!
 
-  $ "$TESTDIR/hghave" cvs || exit 80
+  $ "$TESTDIR/hghave" cvs112 || exit 80
   $ echo "[extensions]" >> $HGRCPATH
   $ echo "convert = " >> $HGRCPATH
   $ echo "graphlog = " >> $HGRCPATH


More information about the Mercurial-devel mailing list