summaryrefslogtreecommitdiff
path: root/darcs-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2006-01-13 23:12:49 +0000
committerIan Lynagh <igloo@earth.li>2006-01-13 23:12:49 +0000
commit44deb23d9a1e9a28554f26eed85e76cb1c77220e (patch)
tree7af101116bbbc26f238e98a0ac8d4402c2fea2c4 /darcs-all
parenta52c9ee87491e0dfd2f8f816c40c80ea2712c6c3 (diff)
downloadhaskell-44deb23d9a1e9a28554f26eed85e76cb1c77220e.tar.gz
Hack around whatsnew failing if there are no changes
Diffstat (limited to 'darcs-all')
-rw-r--r--darcs-all2
1 files changed, 2 insertions, 0 deletions
diff --git a/darcs-all b/darcs-all
index 222c512129..3a7cc362ea 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