##// END OF EJS Templates
tests: fix up date ambiguity in cvs test
Matt Mackall -
r14569:017ab404 default
parent child Browse files
Show More
@@ -16,6 +16,7 b' XXX copied from test-convert-cvs-synthet'
16
16
17 $ cvsci()
17 $ cvsci()
18 > {
18 > {
19 > sleep 1
19 > cvs -f ci "$@" > /dev/null
20 > cvs -f ci "$@" > /dev/null
20 > }
21 > }
21
22
@@ -53,7 +54,6 b' create two release branches'
53 modify file1 on branch v1_0
54 modify file1 on branch v1_0
54
55
55 $ cvscall -Q update -rv1_0
56 $ cvscall -Q update -rv1_0
56 $ sleep 1
57 $ echo "change" >> file1
57 $ echo "change" >> file1
58 $ cvsci -m"add text"
58 $ cvsci -m"add text"
59 cvs commit: Examining .
59 cvs commit: Examining .
@@ -96,7 +96,6 b' non-merged change on trunk'
96 this will create rev 1.3
96 this will create rev 1.3
97 change on trunk to backport
97 change on trunk to backport
98
98
99 $ sleep 1
100 $ echo "backport me" >> file1
99 $ echo "backport me" >> file1
101 $ cvsci -m"add other text" file1
100 $ cvsci -m"add other text" file1
102 $ cvscall log file1
101 $ cvscall log file1
@@ -150,7 +149,6 b' backport trunk change to v1_1'
150 fix bug on v1_1, merge to trunk with error
149 fix bug on v1_1, merge to trunk with error
151
150
152 $ cvscall -Q update -rv1_1
151 $ cvscall -Q update -rv1_1
153 $ sleep 1
154 $ echo "merge forward" >> file1
152 $ echo "merge forward" >> file1
155 $ cvscall -Q tag unmerged
153 $ cvscall -Q tag unmerged
156 $ cvsci -m"fix file1"
154 $ cvsci -m"fix file1"
General Comments 0
You need to be logged in to leave comments. Login now