X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/05b4b156dfab3c89cbf4652183f997ce6d78739a..4ef69db8078d3baf01bbe797303741aa748b4ee0:/mrconfig diff --git a/mrconfig b/mrconfig index 5635ec0..5cb3af6 100644 --- a/mrconfig +++ b/mrconfig @@ -24,6 +24,6 @@ checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) # run svnfix after each update update = svn update && svnfix -# Teach mr how to run svn cleanup. [default] +# Teach mr how to run svn cleanup. cleanup = if [ -d .svn ]; then svn cleanup ; fi