X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/0c6bf1b6942db440d4296147175d481d60c27cd4..21e166fb07013bc42520052d35042651c656cd7f:/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