Mercurial > python-hglib
view Makefile @ 60:ce516ed9bc0d
hglib: add init command
There's not much value to adding this to hgclient since that will require a
repo in the first place. Instead we're providing this as a top level function
so users don't have to create a repo by themselves.
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Fri, 19 Aug 2011 20:15:03 +0300 |
parents | eac8be119d81 |
children | 37307caccf54 |
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: nosetests --with-doctest