Mercurial > python-hglib
comparison README @ 66:358fd5c84270
add a setup.py
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Tue, 23 Aug 2011 21:57:40 +0300 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
65:91ffa1de398c | 66:358fd5c84270 |
---|---|
1 python-hglib | |
2 ============ | |
3 | |
4 python-hglib is a library with a fast, convenient interface to Mercurial. | |
5 It uses Mercurial's command server for communication with hg. | |
6 | |
7 Installation is standard: | |
8 | |
9 $ python setup.py install |