Mercurial > python-hglib
view README @ 117:59cb26bf866e
error: show more info on CommandError's __str__
Sometimes stderr doesn't contain anything which makes the current
__str__ useless. We now return a tuple of (exit code, output, error).
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Fri, 14 Jun 2013 18:36:56 +0300 |
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