Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 383a4146e7e6159b8badedc8271908ce30d28456 authored by David Douard on 03 June 2009, 22:10:48 UTC, committed by David Douard on 03 June 2009, 22:10:48 UTC
- the find has been extracted from the main window code into a new quickbar, in relation with the HgFileView widget
- some methods have been moved to hggraph.Graph
- the HgFileView is now used in the file log navigator (and it takes advantage of the find function)
- HgDialogMixin has been extracte in its own module
1 parent f7b0253
Raw File
Tip revision: 383a4146e7e6159b8badedc8271908ce30d28456 authored by David Douard on 03 June 2009, 22:10:48 UTC
Major refactoring of the find function (and more refactors):
Tip revision: 383a414
hgqv.1.txt
hgqv(1)
=======
David Douard <david.douard@logilab.fr>

NAME
----
hgqv - Qt based mercurial repository browser

SYNOPSIS
--------
'hgqv' [filename]

DESCRIPTION
-----------

hgqv(1) is a GUI application usually invoked from the command
line. The simplest way to use it is to install it as a hg
extension. Alternatively, it can be used as a standalone application
by calling it from a mercurial repository.

If [filename] is given, hgqv will start in file-diff mode, in which
user can easily compare arbitrary revisions of a file.

FILES
-----

~/.hgrc:: This is the standard file for configuring hg and its
    extensions. See `hg qv-config` for more details on what can be
    configured this way.
    
~/.hgusers:: This file holds configurations related to authors of
    patches in the hg repository. See `hg qv-config` for more details
    on what can be configured this way.

BUGS
----
Please report any found bug on the mailing list or via email.
Patches (or mercurial bundles) are always welcome.

AUTHOR
------
Written by David Douard <david.douard@logilab.fr>

RESOURCES
---------
http://www.logilab.org/project/hgqv

COPYING
-------
Copyright \(C) 2009 David Douard
Free use of this software is granted under the terms of the GNU General
Public License (GPL).



back to top