DescriptionRefactoring: Redesign option parsing in push and merge scripts.
- Deprecate optparse with argparse
- Connect the top-level scripts via inheritance and remove top-level functions
- Options and option processing can be extended from base to subclass script
- All options have now long names
- The tests include now options parsing by default: each test specifies the command-line args to parse rather than the options directly
Patch Set 1 : #
Messages
Total messages: 6 (0 generated)
|