Mercurial > hg
comparison tests/test-convert-cvs-builtincvsps @ 7812:18048153fd4e
test-convert-cvs*: mute output from "cvs up"
Apparently some versions of cvs outputs more than other versions. That is
however not relevant for these tests.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Fri, 27 Feb 2009 17:52:31 +0100 |
parents | a204547790bc |
children | 1f0f01bc86a5 |
comparison
equal
deleted
inserted
replaced
7811:864ad81b4e24 | 7812:18048153fd4e |
---|---|
82 | 82 |
83 echo % commit branch | 83 echo % commit branch |
84 cd src | 84 cd src |
85 cvs -q update -r1.1 b/c | 85 cvs -q update -r1.1 b/c |
86 cvs -q tag -b branch | 86 cvs -q tag -b branch |
87 cvs -q update -r branch | 87 cvs -q update -r branch > /dev/null |
88 echo d >> b/c | 88 echo d >> b/c |
89 cvs -q commit -mci2 . | grep '<--' |\ | 89 cvs -q commit -mci2 . | grep '<--' |\ |
90 sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g' | 90 sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g' |
91 cd .. | 91 cd .. |
92 | 92 |