gecko-dev/third_party/python/python-hglib
Andrew Halberstadt 2eee997afc Bug 1646427 - [vendor] Re-run |mach vendor python| with the new ignore rules, r=rstewart
Differential Revision: https://phabricator.services.mozilla.com/D80329
2020-06-23 12:43:14 +00:00
..
examples
hglib
.hgignore
LICENSE
Makefile
PKG-INFO
README
setup.py
test.py

README

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