changeset 28062:1000ccf804a6

chg: use in-tree hg executable to start server for testing
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Jan 2016 12:45:32 +0900
parents 3753d2e1759b
children 0b912c9f5eaf
files contrib/chg/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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