Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (18 loc) · 862 Bytes

README.md

File metadata and controls

37 lines (18 loc) · 862 Bytes

trychooser is a program which asks you questions and creates a TryChooser syntax for you. It is structured as a hg extension, but it should also work as a command-line program.

Installation

To install, add this line to you .hgrc:

[extensions]
trychooser = path/to/trychooser

Running

To push to tryserver after asking you questions, type:

$ hg trychooser

Command line

To just read get a trysyntax from the command line:

$ ./trychooser

Testing

To run the tests, run

$ ./trychooser_test

Meta

Based on Lukas Blakk's web version UI-Code See also the TryChooser page

Bugs and patches via Github