Skip to main content

a Mercurial interactive history viewer

Project description

Description

Its purpose is to easily navigate in a Mercurial repository history. It has been written with efficiency in mind, both in terms of computational efficiency and user experience efficiency.

It is written in Python.

There are two user interfaces:
  • a graphical intarfece using PyQt4 and QScintilla, the

  • a text interface: using urwid, pygments and pyinotify

Note that the Qt4 interface is much more complete than the text interface. The Qt4 interface provides more views on the repository.

hgview intallation notes

hgview can be used either as a hg extension, or as a standalone application.

The Common library depends on: mercurial (1.0 minimum) The Qt4 interface depends on PyQt4, QScintilla and PyQScintilla, DocUtils The Text interfaces depend on urwid (>=0.9.1 for “raw”, >=1.0.0 for “curses”), pygments and pyinotify

Run from the hg repository

You can run hgview without installing it.

hg clone http://hg.logilab.org/hgview

You may want to add the following to your main .hgrc file:

[extensions]
hgext.hgview=path/to/hqgv/hgext/hgview.py

[hgview]
# your hgview configs statements like:
dotradius=6
interface=qt # or curses or raw
# type hg qv-config to list available options

Then from any Mercurial repository:

cd <ANY_HG_REPO>
hg qv

or:

export PYTHONPATH=PATH_TO_HGVIEW_DIR:$PYTHONPATH
PATH_TO_HGVIEW_DIR/bin/hgview

Installing hgview

Installing hgview is simply done using usual distutils script:

cd $PATH_TO_HGVIEW_DIR
python setup.py install --help # for available options
python setup.py install

More informations

See hg help hgview for more informations on available configuration options.

alain

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hgview-1.10.1.tar.gz (180.4 kB view details)

Uploaded Source

File details

Details for the file hgview-1.10.1.tar.gz.

File metadata

  • Download URL: hgview-1.10.1.tar.gz
  • Upload date:
  • Size: 180.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hgview-1.10.1.tar.gz
Algorithm Hash digest
SHA256 3b40e52abb4717762054353dae69a88e9c4b762767f6ed98834c5df204a7f8c7
MD5 dab43e8cd7f3cf808cb6132e3cbd372d
BLAKE2b-256 76ad606b32c6c5ad840d39106c68ecceadb7a2fd6f48129face9cac9bc8535be

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page