# Adds support for repo repositories.
# https://source.android.com/source/developing

# 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 "$@" || true
repo_status = repo status "$@"
repo_update = repo sync "$@"
