Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 2e63c7ecc01a32ffab94ce68d193ad56b8f25695 authored by Graziella Toutoungis on 25 February 2009, 10:51:07 UTC, committed by Graziella Toutoungis on 25 February 2009, 10:51:07 UTC
1 parent a16f6d0
Raw File
Tip revision: 2e63c7ecc01a32ffab94ce68d193ad56b8f25695 authored by Graziella Toutoungis on 25 February 2009, 10:51:07 UTC
diff concern the node who have two parents and produce a conflict while merging.
Tip revision: 2e63c7e
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