[#1921] First pass at a git merge-report command

...named git-mr. Put it on your $PATH to call it like git mr.

usage: git mr [-a|-r] [upstream]

positional arguments:
  upstream    the branch to which everything else is compared

optional arguments:
  -h, --help  show this help message and exit
  -r          examine remote branches
  -a          examine all branches

Requires argparse package (built-in in Python 2.7). Will color
branches if you happen to have Pygments installed.

Signed-off-by: Wolf wolf@geek.net

Wolf Wolf 2011-04-12

added scripts/git-mr
scripts/git-mr Diff Switch to side-by-side view
Loading...