blob: 01c45e7a3ba9bc8caea213a9f924cdd5cce9ae37 (
plain)
1
2
3
4
5
6
7
8
9
|
python-hglib
============
python-hglib is a library with a fast, convenient interface to Mercurial.
It uses Mercurial's command server for communication with hg.
Installation is standard:
$ python setup.py install
|