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:
Rewrote how the LockUnlock command reports it's work.
francois (author)
Tue May 13 15:50:32 -0700 2008
commit  f22e7087d60160c403ef851b4e2cad6c16b98ba1
tree    b4cbce8e13583d8dcbf5a8ecde6fc18dbc1252d4
parent  6abfef22b5f739453f64e0db3dac0ee024000c0a
...
14
15
16
17
 
 
18
19
20
...
14
15
16
 
17
18
19
20
21
0
@@ -14,7 +14,8 @@ module Piston
0
         working_copy.remember(values, values["handler"])
0
         working_copy.finalize
0
 
0
- logger.info "Locked #{working_copy} against automatic updates"
0
+ text = lock ? "Locked" : "Unlocked"
0
+ logger.info "#{text} #{working_copy} against automatic updates"
0
       end
0
     end
0
   end

Comments

    No one has commented yet.