Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision a16f6d0fa8e82ebf671e3ed6a0ff34c533cc31e3 authored by Graziella Toutoungis on 17 February 2009, 10:57:02 UTC, committed by Graziella Toutoungis on 17 February 2009, 10:57:02 UTC
1 parent ecf8eab
Raw File
Tip revision: a16f6d0fa8e82ebf671e3ed6a0ff34c533cc31e3 authored by Graziella Toutoungis on 17 February 2009, 10:57:02 UTC
Fix a bug : the file was added by hg add not with mv (is the basic file)
Tip revision: a16f6d0
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