File: vis

package info (click to toggle)
myrepos 1.20141024
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 260 kB
  • ctags: 41
  • sloc: perl: 1,620; makefile: 26
file content (12 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (3)
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