зеркало из https://github.com/mozilla/gecko-dev.git
8eb4f8e716
Changes: - remove `uuid` from the python3 blacklist in `mach` - enable `test_telemetry.py` for python3 - adjust test outcome expectation for Windows + python3, suspect `mozpack.path` is not filtering Windows path correctly in python3 environment - switch file read mode between `r` and `rb` depending on version of python Differential Revision: https://phabricator.services.mozilla.com/D45903 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
docs | ||
mach | ||
README.rst | ||
bash-completion.sh | ||
setup.cfg | ||
setup.py |
README.rst
==== mach ==== Mach (German for *do*) is a generic command dispatcher for the command line. To use mach, you install the mach core (a Python package), create an executable *driver* script (named whatever you want), and write mach commands. When the *driver* is executed, mach dispatches to the requested command handler automatically. To learn more, read the docs in ``docs/``.