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:
Delegate #url to the repository.
francois (author)
Tue Jul 22 17:38:59 -0700 2008
commit  6574cda1a4b92c268fc101f00ae82cb6c3a9f502
tree    ed14f4e405a60745118972e2b871b62ba50c4cc9
parent  901fc54379d08b74db35b9fd7f83780b66d85f30
...
14
15
16
 
 
 
 
17
18
19
...
14
15
16
17
18
19
20
21
22
23
0
@@ -14,6 +14,10 @@ module Piston
0
       @repository, @revision, @recalled_values = repository, revision, recalled_values
0
     end
0
     
0
+ def url
0
+ repository.url
0
+ end
0
+
0
     def name
0
       @revision
0
     end

Comments

    No one has commented yet.