1HGVIEW(1) HGVIEW(1)
2
3
4
6 hgview - Qt based mercurial repository browser
7
9 hgview [options] [filename]
10
12 hgview(1) is a GUI application usually invoked from the command line.
13 The simplest way to use it is to install it as a hg extension.
14 Alternatively, it can be used as a standalone application.
15
16 If [filename] is given, hgview will start in file-diff mode, in which
17 user can easily compare arbitrary revisions of a file.
18
19 Use ``hg help hgview`` for an extended help description
20
22 -n, --navigate (require a filename)
23 starts in filelog navigation mode
24
25 -r REV, --rev=REV
26 starts in manifest mode for given revision
27
29 ~/.hgrc
30 This is the standard file for configuring hg and its extensions.
31 See hg qv-config for more details on what can be configured this
32 way.
33
34 ~/.hgusers
35 This file holds configurations related to authors of patches in the
36 hg repository. See hg qv-config for more details on what can be
37 configured this way.
38
40 Please contribute to hgview by using the forge at
41 https://foss.heptapod.net/mercurial/hgview
42
44 Current version has been mainly written by David Douard
45 <david.douard@logilab.fr[1]>, based on hgview 0.x code which has been
46 written by Ludovic Aubry, Graziella Toutoungis and others.
47
49 http://foss.heptapod.net/mercurial/hgview
50
52 Copyright (C) 2012-2020 Logilab Copyright (C) 2012 David Douard
53 (david.douard@logilab.fr[1]). Copyright (C) 2007-2012 LOGILAB S.A.
54 (Paris, FRANCE), http://www.logilab.fr/ — mailto:contact@logilab.fr
55
57 This program is free software; you can redistribute it and/or modify it
58 under the terms of the GNU General Public License as published by the
59 Free Software Foundation; either version 2 of the License, or (at your
60 option) any later version.
61
62 This program is distributed in the hope that it will be useful, but
63 WITHOUT ANY WARRANTY; without even the implied warranty of
64 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
65 General Public License for more details.
66
67 You should have received a copy of the GNU General Public License along
68 with this pro‐ gram; if not, write to the Free Software Foundation,
69 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
70
72 1. david.douard@logilab.fr
73 mailto:david.douard@logilab.fr
74
75
76
77 07/22/2021 HGVIEW(1)