Refactor the history options into an option group
Review Request #7156 — Created April 2, 2015 and submitted — Latest diff uploaded
The
supports_post_with_history
class field has been renamed to
supports_history
to reflect the fact that more than posting can use
commit histories.
Ran unit tests.
Still able to use the
-H
and-S
commandline options with
rbt post
.
rbtools/clients/__init__.py |
---|
rbtools/clients/git.py |
---|
rbtools/commands/__init__.py |
---|
rbtools/commands/post.py |
---|