-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature start from release #169
Feature start from release #169
Conversation
@@ -1292,7 +1292,7 @@ function displayQuotedEnum () { | |||
if [ -z "$trimmed_list" ]; then | |||
echo | |||
else | |||
local quoted_list="'<b>${trimmed_list// /</b>', '<b>}</b>'" | |||
local quoted_list="'<b>${trimmed_list// /</b>\', \'<b>}</b>'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I don't understand the reason. And these escaped quotes failed unit tests: https://travis-ci.org/Twenga/twgit/builds/205628394#L166
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have counter-commit this line to pass the rest of the pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, maybe this point needs more investigations. In my environment, the tests don't pass because the quotes disappear. For example, a twgit feature list
prints:
/!\ Following branches are out of process: 'origin/rm-1, origin/rm-2, origin/rm-3'!
I am on Ubuntu 16.04 with bash version 4.3.46(1)-release (x86_64-pc-linux-gnu).
Thanks a lot for this interesting contribution! :-) |
Add 'demo start from-release' and 'feature start from-release', and improve bash completion.