python-hglib

Python library for interfacing with Mercurial's command server
  https://www.mercurial-scm.org/wiki/PythonHglib
  0
  no reviews



Python-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurial's command server for communication with hg. This approach avoids relying on Mercurial's (unstable) internal Python API, and avoids licensing issues for non-GPL code.