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 interface using PyQt5 and QScintilla, the

  • a text interface: using urwid, pygments and pyinotify

Note that the Qt5 interface is much more complete than the text interface. The Qt5 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 Qt5 interface depends on PyQt5, 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 https://foss.heptapod.net/mercurial/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.

Acknowledgements

Hgview is a free software project hosted at https://foss.heptapod.net thanks to the support of Clever Cloud, Octobus and the sponsors of the heptapod project.

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.14.0.tar.gz (183.6 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: hgview-1.14.0.tar.gz
  • Upload date:
  • Size: 183.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.4

File hashes

Hashes for hgview-1.14.0.tar.gz
Algorithm Hash digest
SHA256 29c4d8bbf08cfb652f686dbdc3db1daeef194fb45bd70eb295fc56809d581565
MD5 f1e97b4c3a6ee1381a685fcc067024b1
BLAKE2b-256 1abff401e9a72abc81c1a46cba536fa533a8183838f2b84f2532f359f1e22655

See more details on using hashes here.

Supported by

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