Closed htgoebel closed 6 years ago
Tests pass, ready to merge.
Thanks to the extensive test-suite, it made working out bugs a breeze.
Huh! What a stupid bug! Looks like this is not covered by a test-case.
Yes. That one was missing from the test case. It was easy to add, though. Fixed in the mean time.
This avoids wrong quoting in arguments if one e.g. passes a double-quote in a message.
utils.excute_commands()
(plural).utils.format_commands()
.git.cmd_checkout_from_tag()
now returns a list of commands, not a single one.Closes #233.