X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/5660edc8ef0fe9bc3eac2c41a45e66a2d61b7892..9bb2d93cc4f0a0c55d1d6634a52ddf20db9853f3:/lib/vis diff --git a/lib/vis b/lib/vis new file mode 100644 index 0000000..6dff868 --- /dev/null +++ b/lib/vis @@ -0,0 +1,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