public
Fork of francois/piston
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/tapajos/piston.git
Does not choke when .piston.yml file does not exist.
btakita (author)
Tue Aug 26 00:57:49 -0700 2008
commit  d7085e9cf6282ef9ecfed1392408c92b2bc3e66c
tree    195b7317924d8d0b089f1683b8281038accb3890
parent  bcd671f1bd2f22e3f8e4388c27b5f06d23da0eba
...
92
93
94
95
 
96
97
98
...
92
93
94
 
95
96
97
98
0
@@ -92,7 +92,7 @@ module Piston
0
       end
0
 
0
       logger.debug {"Remembering #{values.inspect} as well as #{handler_values.inspect}"}
0
- File.open(yaml_path, "wb") do |f|
0
+ File.open(yaml_path, "w+") do |f|
0
         f.write(values.merge("handler" => handler_values).to_yaml)
0
       end
0
 

Comments

    No one has commented yet.