From bda828d7a70ea0f2051a609b8194c2315a5b7105 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 8 Feb 2004 20:50:53 +0000 Subject: [PATCH] more propose-patch fixups darcs-hash:20040208205053-5007d-756c5e7a656b4481031d1d51654c33a0941fb509.gz --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2273a80..5f0b4db 100644 --- a/Makefile +++ b/Makefile @@ -258,5 +258,9 @@ dist: compile echo -e "\n\n\n*** DONE ******************************************" propose-patch: - darcs push -s -A $(USER)@xwt.org -T patches@xwt.org + @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://darcs.ibex.org/ibex/ + @(echo "To: patches@xwt.org";\ + echo "Subject: "`grep -A2 \"New patches\" .darcspatch | tail -n 1 | cut -b 2-`;\ + cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org + @rm .darcspatch -- 1.7.10.4