osc-staging: select: extend doc to cover [try-]strategy[s] and merge.

This commit is contained in:
Jimmy Berry 2017-04-17 23:10:33 -05:00
parent 5e0ed06ae6
commit 5e3c8dc920

View File

@ -204,7 +204,25 @@ def do_staging(self, subcmd, opts, *args):
select A select A
Interactive mode allows the proposal to be modified before application. Built in strategies may be specified as well. For example:
select --strategy devel
select --strategy special
select --strategy super
The default is none and custom is used with any filter-by or group-by
arguments are provided.
To merge applicable requests into an existing staging.
select --merge A
To automatically try all available strategies.
select --try-strategies
These concepts can be combined and interactive mode allows the proposal
to be modified before it is executed.
"unselect" will remove from the project - pushing them back to the backlog "unselect" will remove from the project - pushing them back to the backlog
If a message is included the requests will be ignored first. If a message is included the requests will be ignored first.