gecko-dev/python/mach/mach
2014-07-03 07:15:31 +09:00
..
commands Bug 799680 - Add a bash completion script for mach [r=gps] 2013-05-15 17:00:01 -07:00
mixin Bug 1019944 - mach logging shouldn't eat whitespace at the start of the line. r=gps 2014-06-25 10:35:32 +02:00
test Bug 1030717 - Don't try to create the mach state directory until it's actually needed. r=gps 2014-07-03 07:15:31 +09:00
__init__.py
base.py Bug 957856 - Synchronize mach with upstream repository; r=ahal 2014-01-08 16:14:39 -08:00
config.py Bug 799648 - Part 3: Move config module from mozbuild to mach; r=jhammel 2012-10-10 11:08:10 -07:00
decorators.py Bug 951733 - Support passing an existing argparse.ArgumentParser to mach in order to populate the command arguments. r=gps 2014-01-03 11:32:53 +00:00
dispatcher.py Bug 995847 - Add -h and --help support to mach. r=glandium 2014-05-06 19:10:00 +02:00
logging.py Bug 1020514 - Make mach colorize lines that start with REFTEST TEST-UNEXPECTED-FAIL etc. r=gps. 2014-06-20 12:01:03 -05:00
main.py Bug 1030717 - Don't try to create the mach state directory until it's actually needed. r=gps 2014-07-03 07:15:31 +09:00
registrar.py Bug 912231 - Allow mach commands to easily dispatch to other mach commands; r=jhammel 2013-09-05 15:41:45 -07:00
terminal.py