GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/francois/piston.git
francois (author)
Sun Mar 16 19:43:20 -0700 2008
commit  0b96e22dc0b68781ea443ae39afab6c246dd1b47
tree    19e3468e9ae95e254b9bd6e36c0872c66ec8e3ec
parent  9b7391c8f907342387fff51aef4f020f1065ae85
piston / bin / piston
100755 6 lines (4 sloc) 0.099 kb
1
2
3
4
5
6
#!/usr/bin/env ruby
require "piston"
 
# Chain to the real command-line client
require "piston/cli"