git-upstream/git_upstream/commands
Darragh Bailey 7dd634a371 Fix help subcommand
Ensure help subcommand behaves as expected when given options and
a command as an argument to lookup.

Refactor to provide the parent parser as a default argument (using
weakref to avoid a reference cycle) so that the execute method can be
made consistent across all subcommands while still providing access to
the parent parser for the help subcommand.

Co-Authored-By: Paul Bourke <paul.bourke@oracle.com>
Change-Id: I9f7e10bbc2268d111dca7c3dbe55a87e3f057d87
2016-10-19 12:34:18 +01:00
..
__init__.py Fix help subcommand 2016-10-19 12:34:18 +01:00
drop.py Support a finalize method for argument parsing 2016-01-21 22:17:01 +00:00
help.py Fix help subcommand 2016-10-19 12:34:18 +01:00
import.py Check valid import branch argument value 2016-10-04 17:14:59 +01:00
supersede.py Support a finalize method for argument parsing 2016-01-21 22:17:01 +00:00