Staging
v0.4.2
https://foss.heptapod.net/mercurial/hgview
Raw File
Tip revision: 7a27bc8b95ebe9ef7f993edf1078fd6f89c8ddae authored by David Douard on 30 May 2012, 10:10:16 UTC
close hg_1.1
Tip revision: 7a27bc8
README
hgview intallation notes
========================


This is still a development version but already useable.

It is very simple to use ``hgview`` from the hg repository::

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

  cd <ANY_HG_REPO>
  $PATH_TO_HGVIEW_DIR/bin/hgview

On the other hand, installing ``hgview`` is simply done using usual
``distutils`` script::

  cd $PATH_TO_HGVIEW_DIR
  python setup.py install

You will then be able to run ``hgview`` simply by typing::

  cd <ANY_HG_REPO>
  hgview
  
There's already a TODO list of features that I wish to implement in
``TODO.txt``.


back to top