From: tupshin Date: Wed, 14 Apr 2004 06:23:08 +0000 (+0000) Subject: updated propose-patch to work with darcs 18 and above X-Git-Tag: 01-July-2005~174 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=eb69dc64717856f2e0f1471f4fcab998329627a2;ds=sidebyside updated propose-patch to work with darcs 18 and above darcs 19 seems much better. strongly recommend moving to it darcs-hash:20040414062308-a9258-e3986d80e646cb1595708e3a278ea63362fb8451.gz --- diff --git a/Makefile b/Makefile index 43820e2..72f68df 100644 --- a/Makefile +++ b/Makefile @@ -355,7 +355,7 @@ dist: compile echo -e "\n\n\n*** DONE ******************************************" propose-patch: - @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://core.ibex.org/ + @darcs send --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";\