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:
Renamed #lock_unlock_command to #info_command in test/unit/test_info.rb
francois (author)
Tue May 13 15:21:03 -0700 2008
commit  2aeee27076fce0c7d1130d3825afd7e4ab0c02cc
tree    7465bbbaec9f4d4aa0bad9a462f957a529c49241
parent  748305c4c714a637d8b07ac485c03a1f9276ed1d
...
35
36
37
38
 
39
40
41
 
42
43
44
...
35
36
37
 
38
39
40
 
41
42
43
44
0
@@ -35,10 +35,10 @@
0
   private
0
   def run_and_verify
0
     yield
0
- lock_unlock_command.run(@wcdir)
0
+ info_command.run(@wcdir)
0
   end
0
 
0
- def lock_unlock_command
0
+ def info_command
0
     Piston::WorkingCopy.expects(:guess).with(@wcdir).returns(@wc)
0
     Piston::Commands::Info.new(:verbose => "verbose",
0
                                      :quiet => "quiet", :force => "force")

Comments

    No one has commented yet.