Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-cvs @ 7101:e786192d995d
convert: make built-in cvsps the default
Reviewed by Frank Kingswood <frank@kingswood-consulting.co.uk>
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 15 Oct 2008 20:14:28 +0200 |
parents | 2011bb8ada9a |
children | 18048153fd4e |
line wrap: on
line diff
--- a/tests/test-convert-cvs Wed Oct 15 16:27:36 2008 +0200 +++ b/tests/test-convert-cvs Wed Oct 15 20:14:28 2008 +0200 @@ -12,8 +12,12 @@ hg --cwd src-hg cat -r tip "$1" } +# Test legacy configuration with external cvsps echo "[extensions]" >> $HGRCPATH echo "convert = " >> $HGRCPATH +echo "graphlog = " >> $HGRCPATH +echo "[convert]" >> $HGRCPATH +echo "cvsps=cvsps -A -u --cvs-direct -q" >> $HGRCPATH echo % create cvs repository mkdir cvsrepo @@ -96,6 +100,4 @@ hg convert --filemap filemap src src-filemap | sed -e 's/connecting to.*cvsrepo/connecting to cvsrepo/g' hgcat b/c hg -R src-filemap log --template '#rev# #desc# files: #files#\n' - -echo "graphlog = " >> $HGRCPATH hg -R src-hg glog --template '#rev# (#branches#) #desc# files: #files#\n'