| author | pasky |
| Fri, 11 Mar 2005 19:35:50 +0000 | |
| changeset 1488 | 106507985f99 |
| parent 1487 | 4d76c7c82cfb |
| child 1489 | d4139b9eeff3 |
--- a/svnup.sh Fri Mar 11 18:31:56 2005 +0000 +++ b/svnup.sh Fri Mar 11 19:35:50 2005 +0000 @@ -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 @@ # displays merged files cat svn.log|grep "^G" cat svn.log|grep "^C" + +) | $PAGER