1# Adds support for repo repositories.
2# https://source.android.com/source/developing
3
4# To make mr use this file, add a line like this inside the [DEFAULT]
5# section of your ~/.mrconfig
6#include = cat /usr/share/mr/repo
7
8repo_test = perl: -d "$ENV{MR_REPO}/.repo"
9repo_diff = repo diff "$@"
10repo_grep = repo grep "$@" || true
11repo_status = repo status "$@"
12repo_update = repo sync "$@"
13