Mercurial > python-hglib
view Makefile @ 2:5fa34c3ac9a0
turn hglib into a module and expose open (previously connect) in its __init__.py
so common usage will now be:
import hglib
hglib.open(...)
also rename hglib.py to client.py
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Sat, 23 Jul 2011 22:55:36 +0300 |
parents | 79f88b4db15f |
children | eac8be119d81 |
line wrap: on
line source
PYTHON=python help: @echo 'Commonly used make targets:' @echo ' tests - run all tests in the automatic test suite' all: help .PHONY: tests tests: cd tests && $(PYTHON) $(HGREPO)/tests/run-tests.py -l $(TESTFLAGS)