gecko-dev/tools/tryselect
Andrew Halberstadt 0e697ce235 Bug 1422302 - Create python/mozterm for sharing terminal blessings across modules r=gps
This is a new module that will provide a place to store some common
abstractions around the 'blessings' module. The main entrypoint is:

    from mozterm import Terminal
    term = Terminal()

If blessings is available, this will return a blessings.Terminal()
object. If it isn't available, or something went wrong on import,
this will return a NullTerminal() object, which is a drop-in
replacement that does no formatting.

MozReview-Commit-ID: 6c63svm4tM5

--HG--
extra : rebase_source : 9ab221774d92a418d9b098d79bb2c88f75d937f8
2017-12-04 09:38:24 -05:00
..
selectors Bug 1422302 - Create python/mozterm for sharing terminal blessings across modules r=gps 2017-12-04 09:38:24 -05:00
test Bug 1413374 - [tryselect] Fix |mach try empty| regression and add a test, r=armenzg 2017-11-01 08:12:42 -04:00
__init__.py
cli.py Bug 1400503 - [tryselect] Add an option to open the presets file in an editor, r=armenzg 2017-10-27 14:58:34 -04:00
mach_commands.py Bug 1419512 - [tryselect] Consolidate subcommand parser retrieval in mach_commands.py, r=armenzg 2017-11-02 16:02:35 -04:00
preset.py Bug 1400503 - [tryselect] Add an option to open the presets file in an editor, r=armenzg 2017-10-27 14:58:34 -04:00
tasks.py Bug 1421002: Get tasks for mach try fuzzy from the root of the repository; r=ahal 2017-11-21 13:39:21 -07:00
templates.py Bug 1414919 - [tryselect] Add --rebuild support to |mach try fuzzy|, r=jmaher 2017-11-07 10:27:44 -05:00
vcs.py Bug 1412134 - [tryselect] Redirect stderr to a separate pipe, r=chmanchester 2017-10-30 16:35:45 -04:00