# HG changeset patch # User Yuya Nishihara # Date 1451792732 -32400 # Node ID 1000ccf804a63a767dd962459448261b2e309811 # Parent 3753d2e1759b80fd699052b78873f8e3eaa5f6f5 chg: use in-tree hg executable to start server for testing diff -r 3753d2e1759b -r 1000ccf804a6 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