From 51e1e8b75fe9846f23a39a2b038f4a1d1e5d1d40 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 20 Jan 2009 22:27:32 +0000 Subject: [PATCH] make show-unpushed --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index d8470f52e..f3398144d 100644 --- a/Makefile +++ b/Makefile @@ -226,6 +226,12 @@ show-changes: @echo @darcs changes --from-tag . | grep '*' + +show-unpushed: + @echo Changes not yet in the main hledger repo: + @echo + @darcs push joyful.com:/repos/hledger --dry-run + show-authors: @echo Patch authors since last release: @echo