Staging
v0.4.1
https://foss.heptapod.net/mercurial/hgview
Raw File
Tip revision: 6b70062505a2d3001f5208161f8a68694534505c authored by David Douard on 30 May 2012, 10:09:40 UTC
close 0.x
Tip revision: 6b70062
hgview.1
.\" To view:
.\" man -l hgview.1
.TH HGVIEW 1
.SH NAME
hgview \- A revision history browser for mercurial repositories
.SH SYNOPSIS
.ll +8
.B hgview
.RB [ \-h ]
.RB [ \-R repo ]
.RB [ \-f file | \-g filerex ]
.ll -8
.SH DESCRIPTION
.B hgview
is a GUI application usually invoked from the command line. The simplest 
way to use it is to call it from a mercurial repository.
.SH OPTIONS
.HP
\fB\-R\fR \fIREPO\fR, \fB--repository\fR=\fIREPO\fR
.IP
Specify the repository to use on the command line instead of using the
current working directory.
.HP
\fB\-f\fR \fIFILE\fR, \fB--file\fR=\fIFILE\fR
.IP
Display only the revisions which touch \fIFILE\fR.
.I FILE
is a part of the filename
.HP
\fB\-g\fR \fIFILEREX\fR, \fB\-\-regexp\fR=\fIFILEREX\fR
.IP
Same as
.B \-f
except you can specify any standard (Python) Regexp as a
filter
.SH FILES
.I $HOME/.hgviewrc
.RS
global configuration file
.RE
.I $REPO/.hgviewrc
.RS
repository local configuration file
.SH SEE ALSO
hg(1), gitk(1)
.PP
back to top