view examples/github.ini @ 19:74ada5cb1cb8 default tip

more tools
author Jeff Hammel <k0scist@gmail.com>
date Fri, 04 Dec 2015 12:55:31 -0800
parents 75e651ddd631
children
line wrap: on
line source

[:state:]
# global state for whole workflow
directory = .
master = http://github.com/mozautomation/mozmill
origin = http://github.com/k0s/mozmill

[uninitialized -> clean]
transition = git clone %(master)s 
             git fetch %(master)s

[clean -> feature]
transition = git branch bug-%(bug)s
             git checkout bug-%(bug)s