Changeset - r1488:4c7f9f5f61fe
[Not reviewed]
master
0 1 0
pasky - 19 years ago 2005-03-11 19:35:50
pasky@openttd.org
(svn r1992) Show the ./svnup.sh output in $PAGER (less if unset).
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
svnup.sh
Show inline comments
 
@@ -3,6 +3,10 @@
 
# This is only useful for users of CLI based SVN clients
 
# Written by Bjarni
 

	
 
[ "$PAGER" ] || PAGER=less
 

	
 

	
 
(
 

	
 
# reads what version you have now
 
Base=`svn info | grep "Revision" | xargs -n 1 | tail -n 1`
 
@@ -20,3 +24,5 @@ fi
 
# displays merged files
 
cat svn.log|grep "^G"
 
cat svn.log|grep "^C"
 

	
 
) | $PAGER
0 comments (0 inline, 0 general)