X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/fa1f7770c9d4033c8f37b796e39dd185399e25b2..d8d8c206f02cfd47f042af43fec699a70bfe628a:/lib/repo diff --git a/lib/repo b/lib/repo new file mode 100644 index 0000000..418276d --- /dev/null +++ b/lib/repo @@ -0,0 +1,12 @@ +# Adds support for repo repositories. +# http://source.android.com/source/version-control.html + +# To make mr use this file, add a line like this inside the [DEFAULT] +# section of your ~/.mrconfig +#include = cat /usr/share/mr/repo + +repo_test = perl: -d "$ENV{MR_REPO}/.repo" +repo_diff = repo diff "$@" +repo_grep = repo grep "$@" +repo_status = repo status "$@" +repo_update = repo sync "$@"