Skip to content

MikeRatcliffe/trychooser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Interactively create tryserver syntax from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.6%
  • JavaScript 18.4%