Mozilla trychooser extension for selecting builds, curses version
Compatibility update
5648fb65dcd5 — Steve Fink 6 years ago
hg 4.3+ compatibility
15c6795ac505 — Edgar Chen 7 years ago
Add web-platform-tests test

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~sfink/trychooser
read/write
ssh://hg@hg.sr.ht/~sfink/trychooser

trychooser provides a menu to select job choices and creates a TryChooser syntax. It is structured as an hg extension, but it should also work as a command-line program.

#Installation

To install, add this line to your .hgrc:

[extensions]
trychooser = path/to/trychooser/

#Running

To push to tryserver after filling out the menu, type:

$ hg trychooser

#Questionnaire mode

If no curses-capable terminal is detected, trychooser will fall back to "questionnaire" mode, where it will ask a series of text questions. Force this mode with:

$ hg trychooser -Q

#Command line

To just write the try syntax string from the command line:

$ ./trychooser
  or
$ hg trychooser -n

#Meta

Based on Paul Biggar's hg extension, which itself was based on Lukas Blakk's web version (Code).

See also the TryChooser page on the Mozilla wiki.

Bugs and patches via BitBucket issue tracker