Mercurial > python-hglib
view README @ 221:a2afbf236ca8
hglib tests: remove deprecated constructions
This mostly removes usage of 'assertEquals' (replaced with 'assertEqual'),
as well as opening files without closing them
(fixed using a 'with' statement).
author | Mathias De Mare <mathias.de_mare@nokia.com> |
---|---|
date | Thu, 09 Mar 2023 14:00:02 +0100 |
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