Mercurial > python-hglib
view README @ 184:820d7c1e470a 2.4
hglib: fix hg clone --uncompressed option typo (issue5458)
Was getting error.CommandError
"hg clone: option --uncompresses not recognized".
author | Long Vu <long@tlvu.ca> |
---|---|
date | Thu, 23 Mar 2017 22:34:41 -0400 |
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