From: adam Date: Mon, 22 Mar 2004 02:30:58 +0000 (+0000) Subject: fixed darcs url for propose-patch X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=65f5a2e162b6b33498f4911122820c08881e3a07 fixed darcs url for propose-patch darcs-hash:20040322023058-5007d-3ce9c248e08070451d28565c551f8ae81014481d.gz --- 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";\