lib/git_topic/cli.rb in git-topic-0.2.7 vs lib/git_topic/cli.rb in git-topic-0.2.7.1
- old
+ new
@@ -94,9 +94,13 @@
If both <upstream> and --continue are omitted, <topic>'s branch's
HEAD will default to the current HEAD.
Options:
".unindent
+
+ opt :continue,
+ "Use latest review branch as <upstream>",
+ :default => false
when "abandon"
banner "
git[-topic] abandon [<topic>]
Deletes <topic> locally and remotely. Defaults to current topic if unspecified.