public
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
Search Repo:
francois (author)
Sat Mar 22 20:21:45 -0700 2008
commit  eef926be5a7274267b895ad0e4428503baa81d92
tree    31294ca0fea63fc629ec738fabaf858f60193d39
parent  bb8aca12f515211902fed7a2609034840792df0f
piston / bin / piston
100644 5 lines (4 sloc) 0.099 kb
1
2
3
4
5
#!/usr/bin/env ruby
require "piston"
 
# Chain to the real command-line client
require "piston/cli"