X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/8a871c8ffe86c8c415e360f28e1a38be610438ec..2d6f3db853c1575babfacadcee0d46c3c63b976e:/mrconfig?ds=inline diff --git a/mrconfig b/mrconfig index 59ab018..ca34568 100644 --- a/mrconfig +++ b/mrconfig @@ -86,3 +86,10 @@ update = svn update && svnfix [mail] checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/joey/private/mail skip = ! private + +# Example of how to remember to delete a repo, when one mrconfig file is +# used on multiple systems. If you're feeling brave, use rm -rf $MR_REPO +# instead. This approach can also be used for renames. +[foo] +update = error "$MR_REPO is no longer used and should be deleted" +skip = ! test -d "$MR_REPO"