SIGN IN SIGN UP

#9351: set_defaults on subparser is no longer ignored if set on parent.

Before, if a default was set on the parent parser, any default for that
variable set via set_defaults on a subparser would be ignored.  Now
the subparser set_defaults is honored.

Patch by Jyrki Pullianinen.
R
R David Murray committed
7570cbdc6b394cd89990a9252284c7e4a87bd6f1
Parent: 685b349