From 0ae74b438d50f79317965e366cbd6919d4910f9a Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 22 Mar 2004 02:32:00 +0000 Subject: [PATCH] added commit makefile target darcs-hash:20040322023200-5007d-9b3da7808feb4667c2f2af3b213d10bb05df6793.gz --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 5e3536e..b549dc6 100644 --- a/Makefile +++ b/Makefile @@ -376,3 +376,5 @@ propose-patch: cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org; @rm .darcspatch +commit: propose-patch + darcs push --and-apply xwt@xwt.org:/var/www/org/ibex/core/ -- 1.7.10.4