gecko/python/mach/mach
Gregory Szorc 8821ce28f8 Bug 818777 - Switch to NamedTemporaryFile from mozfile; r=ted
This version works with Windows.
2012-12-20 16:11:35 -08:00
..
commands Bug 808336 - Part 1: Refactor mach command handler management; r=jhammel 2012-11-06 16:57:41 -08:00
mixin Bug 818366 - Ability to pass through file descriptors to child processes; r=jhammel 2012-12-05 14:22:58 -08:00
test Bug 818777 - Switch to NamedTemporaryFile from mozfile; r=ted 2012-12-20 16:11:35 -08:00
__init__.py
base.py Bug 808336 - Part 1: Refactor mach command handler management; r=jhammel 2012-11-06 16:57:41 -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 809650 - Handle mach @CommandArguments in the right order. DONTBUILD (NPOTB) r=gps 2012-11-08 10:21:43 +11:00
logging.py Bug 818649 - Ensure mach logs are written to log file; r=jhammel 2012-12-07 11:44:11 -08:00
main.py Bug 810742 - Handle callee thrown exceptions when invoking a mach command; r=jhammel 2012-12-05 14:21:58 -08:00
registrar.py Bug 808336 - Part 2: Discover mach settings providers via decorators; r=jhammel 2012-11-06 16:58:13 -08:00
terminal.py