From 65f5a2e162b6b33498f4911122820c08881e3a07 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 22 Mar 2004 02:30:58 +0000 Subject: [PATCH] fixed darcs url for propose-patch darcs-hash:20040322023058-5007d-3ce9c248e08070451d28565c551f8ae81014481d.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e704dcc..5e3536e 100644 --- a/Makefile +++ b/Makefile @@ -368,7 +368,7 @@ dist: compile echo -e "\n\n\n*** DONE ******************************************" propose-patch: - @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://darcs.ibex.org/ibex/ + @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://core.ibex.org/ @(echo "To: patches@xwt.org";\ SUB=`grep -A10000 New.patches .darcspatch | grep '^\\[' | cut -b 2- | tr \\\n , | sed s_,_,\ _g | sed "s_, *\\$$__"`;\ echo "Subject: $$SUB";\ -- 1.7.10.4