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:
Reset bin/piston's she-bang line.
francois (author)
Sat Mar 22 20:19:26 -0700 2008
commit  bb8aca12f515211902fed7a2609034840792df0f
tree    0d35e621e350163ad93241829f5b203007d5876f
parent  b7ef1fb5411c1c0211c9974f6cc512f0b438094a
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-#! /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
0
+#!/usr/bin/env
0
 require "piston"
0
 
0
 # Chain to the real command-line client

Comments

    No one has commented yet.