Package: mr Version: 1.14 Severity: wishlist Tags: patch Here is a file that can be installed at /usr/share/mr/repo to add support for the "repo" tool. Or it could be put into mr proper, don't know what the threshold for that is.
# Adds support for repo repositories.
# 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 "$@"