Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
44deb23d
Commit
44deb23d
authored
Jan 13, 2006
by
Ian Lynagh
Browse files
Hack around whatsnew failing if there are no changes
parent
a52c9ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
darcs-all
View file @
44deb23d
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment