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
Code reformatting.
francois (author)
Tue Jul 22 16:49:59 -0700 2008
commit  10a3e29fde830e8e564d44ea38ec2bd0705e934d
tree    42e5a2b4788192463f0abb45e95b5b164e60aff9
parent  074fe2d1b08c5041d1b3e687013f594a678a0a91
...
27
28
29
30
31
 
 
32
33
34
...
27
28
29
 
 
30
31
32
33
34
0
@@ -27,8 +27,8 @@ module Piston
0
 
0
         begin
0
           working_copy.update(from_revision, to_revision, tmpdir)
0
- working_copy.remember({:repository_url => repository.url, :lock => options[:lock], :repository_class => repository.class.name},
0
- to_revision.remember_values)
0
+ working_copy.remember({:repository_url => repository.url, :lock => options[:lock],
0
+ :repository_class => repository.class.name}, to_revision.remember_values)
0
         rescue
0
           logger.debug {"Removing temporary directory: #{tmpdir}"}
0
           tmpdir.rmtree rescue nil

Comments

    No one has commented yet.