X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/8a871c8ffe86c8c415e360f28e1a38be610438ec..042c71119f9a63b74cacc217923fc6e23be31063:/mrconfig?ds=sidebyside 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"