##// END OF EJS Templates
test-convert-cvs*: mute output from "cvs up"...
Mads Kiilerich -
r7812:18048153 default
parent child Browse files
Show More
@@ -85,7 +85,7 b' echo % commit branch'
85 85 cd src
86 86 cvs -q update -r1.1 b/c
87 87 cvs -q tag -b branch
88 cvs -q update -r branch
88 cvs -q update -r branch > /dev/null
89 89 echo d >> b/c
90 90 cvs -q commit -mci2 . | grep '<--' |\
91 91 sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g'
@@ -38,7 +38,7 b' cd src'
38 38 echo % Branch the project
39 39
40 40 cvscall tag -b BRANCH
41 cvscall up -r BRANCH
41 cvscall up -r BRANCH > /dev/null
42 42
43 43 echo % Modify file a, then b, then a
44 44
@@ -84,7 +84,7 b' echo % commit branch'
84 84 cd src
85 85 cvs -q update -r1.1 b/c
86 86 cvs -q tag -b branch
87 cvs -q update -r branch
87 cvs -q update -r branch > /dev/null
88 88 echo d >> b/c
89 89 cvs -q commit -mci2 . | grep '<--' |\
90 90 sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g'
General Comments 0
You need to be logged in to leave comments. Login now