Show More
@@ -92,8 +92,8 b' filterpath cvscall -Q update -P -jMYBRAN' | |||
|
92 | 92 | cvsci -m "merge2" |
|
93 | 93 | |
|
94 | 94 | REALCVS=`which cvs` |
|
95 | 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 | |
|
96 | chmod +x cvs | |
|
97 | PATH=.:${PATH} hg debugcvsps --parents foo | sed -e 's/Author:.*/Author:/' -e 's/Date:.*/Date:/' | |
|
95 | 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 | |
|
96 | chmod +x ../cvs | |
|
97 | PATH=..:${PATH} hg debugcvsps --parents foo | sed -e 's/Author:.*/Author:/' -e 's/Date:.*/Date:/' | |
|
98 | 98 | |
|
99 | 99 | cd .. |
General Comments 0
You need to be logged in to leave comments.
Login now