Mercurial > python-hglib
view README @ 215:1e7a64588ab0
Added signature for changeset f422a5fdda79
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 17 Nov 2020 13:35:20 -0500 |
parents | 358fd5c84270 |
children |
line wrap: on
line source
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