gecko/python/mach/mach
Gregory Szorc d977d9d510 Bug 1108399 - Implement mach sub-command dispatching; r=ahal
--HG--
extra : rebase_source : f81c4c55db4b262e6c3f52d638f66b75d2d5d4e2
extra : source : 7d2f0a5d2829a7f44b2f7e97be93520ce13991f0
extra : histedit_source : 7d8e10a990cd19e3d2f5672b4d4da1bfae214f40
2014-12-06 22:33:12 -08:00
..
commands
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 1108399 - Introduce decorator for mach sub-commands; r=ahal 2014-12-07 11:40:39 -08:00
config.py
decorators.py Bug 1108399 - Introduce decorator for mach sub-commands; r=ahal 2014-12-07 11:40:39 -08:00
dispatcher.py Bug 1108399 - Implement mach sub-command dispatching; r=ahal 2014-12-06 22:33:12 -08: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 1107968 - Add --debug-command to mach; r=ahal 2014-12-05 10:19:49 -08:00
registrar.py
terminal.py