Commit 278884b5 authored by Vincent Driessen's avatar Vincent Driessen

Fix 'feature diff'

parent 92b125cf
......@@ -175,5 +175,5 @@ cmd_diff() {
parse_args "$@"
# TODO: if this feature has been based on a non-develop branch, we really
# should not be comparing to $DEVELOP. How to deal with this?
git diff $DEVELOP..$BRANCH
git diff $DEVELOP_BRANCH..$BRANCH
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment