##// END OF EJS Templates
Rename CVSNT "mergepoints" test and make it executable....
Greg Ward -
r8818:727f7aae default
parent child Browse files
Show More
@@ -73,7 +73,7 b" cvscall -q up -P -jMYBRANCH1_2 | sed 's/"
73 73 cvscall -q ci -m "merge" | sed 's/.*,v.*/checking in/g'
74 74
75 75 REALCVS=`which cvs`
76 echo "for x in \$*; do if [ \"\$x\" = \"rlog\" ]; then echo \"RCS file: $CVSROOT/foo/foo.txt,v\"; cat $TESTDIR/test-convert-cvs-builtincvsps-cvsnt-mergepoints.rlog; exit 0; fi; done; $REALCVS \$*" > cvs
76 echo "for x in \$*; do if [ \"\$x\" = \"rlog\" ]; then echo \"RCS file: $CVSROOT/foo/foo.txt,v\"; cat $TESTDIR/test-convert-cvsnt-mergepoints.rlog; exit 0; fi; done; $REALCVS \$*" > cvs
77 77 chmod +x cvs
78 78 PATH=.:${PATH} hg debugcvsps --parents foo | sed -e 's/Author:.*/Author:/' -e 's/Date:.*/Date:/'
79 79
@@ -52,6 +52,7 b' Date:'
52 52 Author:
53 53 Branch: HEAD
54 54 Tag: (none)
55 Branchpoints: MYBRANCH1_1, MYBRANCH1
55 56 Log:
56 57 foo.txt
57 58
@@ -77,6 +78,7 b' Date:'
77 78 Author:
78 79 Branch: MYBRANCH1
79 80 Tag: (none)
81 Branchpoints: MYBRANCH1_2
80 82 Parent: 2
81 83 Log:
82 84 baz
1 NO CONTENT: file renamed from tests/test-convert-cvs-builtincvsps-cvsnt-mergepoints.rlog to tests/test-convert-cvsnt-mergepoints.rlog
General Comments 0
You need to be logged in to leave comments. Login now