/usr/share/mr/vis is in myrepos 1.20141024.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | # Adds a "mr vis" command to visualise repository history.
# To make mr use this file, add a line like this inside the [DEFAULT]
# section of your ~/.mrconfig
#include = cat /usr/share/mr/vis
cvs_vis = cvs diff | $EDITOR -
svn_vis = svn status | $EDITOR -
git_svn_vis = gitk --all
git_vis = gitk --all
bzr_vis = bzr visualize
hg_vis = hg view
|