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:
If the Turn gem is available use it, else not.
francois (author)
Tue May 13 15:39:40 -0700 2008
commit  10863f19e2e48c704983bb1618aacd0f29ebae9c
tree    f8cc72c2dd0611c3fab2518d7e1bee30affd5615
parent  a7c46c702243f145a4089b0cb33d189870f1ae52
...
4
5
6
 
 
7
8
9
...
4
5
6
7
8
9
10
11
0
@@ -4,6 +4,8 @@
0
 require "log4r"
0
 require "fileutils"
0
 
0
+require "turn" rescue nil
0
+
0
 require File.dirname(__FILE__) + "/../config/requirements"
0
 
0
 module Test

Comments

    No one has commented yet.