MG: scripts updated.
This commit is contained in:
8
mg/integrate.csh
Executable file
8
mg/integrate.csh
Executable 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
|
||||
Reference in New Issue
Block a user