From: Ian Lynagh Date: Fri, 13 Jan 2006 23:12:49 +0000 (+0000) Subject: Hack around whatsnew failing if there are no changes X-Git-Tag: final_switch_to_darcs,_this_repo_is_now_live~5 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=44deb23d9a1e9a28554f26eed85e76cb1c77220e Hack around whatsnew failing if there are no changes --- diff --git a/darcs-all b/darcs-all index 222c512..3a7cc36 100644 --- a/darcs-all +++ b/darcs-all @@ -61,5 +61,7 @@ fi case $1 in get) shift; darcsget $*;; + # Hack around whatsnew failing if there are no changes + w|wh|wha|what|whats|whatsn|whatsne|whatsnew) set +e; darcsall $*;; *) darcsall $*;; esac