Home
Name Modified Size InfoDownloads / Week
README 2013-06-12 1.5 kB
hg-diff-1.2.4.zip 2013-06-12 809.3 kB
hg-diff-1.2.4.tar.gz 2013-06-12 808.0 kB
hg-diff-1.2.3.zip 2012-11-13 809.3 kB
hg-diff-1.2.3.tar.gz 2012-11-13 808.9 kB
hg-diff-1.2.2.zip 2012-08-07 809.3 kB
hg-diff-1.2.2.tar.gz 2012-08-07 808.8 kB
hg-diff-1.2.1.zip 2012-05-03 815.7 kB
hg-diff-1.2.1.tar.gz 2012-05-03 817.3 kB
hg-diff-1.2.zip 2012-01-12 813.8 kB
hg-diff-1.2.tar.gz 2012-01-12 815.7 kB
hg-diff-1.1.1.zip 2012-01-09 813.0 kB
hg-diff-1.1.1.tar.gz 2012-01-09 814.9 kB
hg-diff-1.1.zip 2012-01-08 812.4 kB
hg-diff-1.1.tar.gz 2012-01-08 814.4 kB
Totals: 15 Items   11.4 MB 0
About:
    hg-diff is a simple GUI program to browse mercurial revisions. It is used
    to display a summary all changes between two revisions and to display a
    graphical comparision of two versions of each changed file.

Homepage:
    http://hg-diff.sourceforge.net/
    and:
    https://sourceforge.net/projects/hg-diff/

Documentation:
    Documentation is in the directory "doc". You can read it by entering
    "file://<path-to-hg-diff>/doc/index.html" as URL in your browser.

    The documenation is also available on the web at:
    http://hg-diff.sourceforge.net/
    
    The sources are written ReStructuredText format. docutils
    (http://docutils.sourceforge.net/) is used to generate html
    documentation from this format. In the source distribution, generated
    html documentation is already included.
    
Installation:

You may install hg-diff from source:

    Download hg-diff_[version].tar.gz from this web site

    unpack with tar -xvzf hg-diff_[version].tar.gz
    chdir hg-diff

    The program uses the standard python distutils. See also
    http://docs.python.org/install/index.html for comprehensive
    documentation on this. If you have root permissions, you may install
    the program with this command:

    python setup.py install

    If you want to install the program in a separate directory for testing,
    you may execute these commands:

    mkdir $HOME/test
    python setup.py install --home=~/test
    export PYTHONPATH=~/test/lib/python:$PYTHONPATH
    export PATH=~/test/bin:$PATH

Source: README, updated 2013-06-12