Report abuse

1
2
3
4
5
6
7
8
9
10
11
--- revert_file.rb (saved version)
+++ (current document)
@@ -31,7 +31,7 @@
 
 # TextMate::UI.alert(:warning, "¿Que pasa?", "It's not dangerous to revert the file “#{paths_for_shell.inspect}”.")
 
-res = if warn_for_paths.size > 0 then
+res = if false #warn_for_paths.size > 0 then
   paths_to_display = warn_for_paths.map {|x| File.basename(x)}.join("”, “")
   plural = (warn_for_paths.size == 1) ? '' : 's'
   title_files = (warn_for_paths.size == 1) ? "“#{paths_to_display}”" : 'files'