chg: use in-tree hg executable to start server for testing
authorYuya Nishihara <yuya@tcha.org>
Sun, 03 Jan 2016 12:45:32 +0900
changeset 28062 1000ccf804a6
parent 28061 3753d2e1759b
child 28063 0b912c9f5eaf
chg: use in-tree hg executable to start server for testing
contrib/chg/Makefile
--- a/contrib/chg/Makefile	Sun Jan 03 12:41:28 2016 +0900
+++ b/contrib/chg/Makefile	Sun Jan 03 12:45:32 2016 +0900
@@ -1,4 +1,4 @@
-HG = hg
+HG = $(CURDIR)/../../hg
 
 TARGET = chg
 SRCS = chg.c hgclient.c util.c