MG: scripts updated.

This commit is contained in:
Vahagn Khachatryan
2015-03-03 11:59:54 +04:00
parent 33a8dd1d30
commit 17ae95e589
6 changed files with 65 additions and 3 deletions

8
mg/integrate.csh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/csh
if ( $1 == "" || $2 == "" || $3 == "" ) then
echo 'Syntax: <file name> <rev1> <rev2>.'
exit
endif
cvs diff -tc -r $2 -r $3 $1 | patch -l -F 3 $1