view README @ 150:b94e1263836c

util: introduce strtobytes() (issue4520) The strtobytes() function takes an object, gets its string representation, and then convert that to bytes.
author Brett Cannon <brett@python.org>
date Thu, 19 Mar 2015 17:42:26 -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