From ce5bb2273645650493a3b045d4803d6bb04a72f3 Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 3 Mar 2009 11:39:28 +0000 Subject: merges r22567 from trunk into ruby_1_9_1. -- * lib/fileutils.rb (mv): added description for the case of different partitions. [ruby-talk:329072] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/fileutils.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7fb56be290..233e1aa1bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 23 14:47:04 2009 Nobuyoshi Nakada + + * lib/fileutils.rb (mv): added description for the case of + different partitions. [ruby-talk:329072] + Sun Feb 22 22:42:20 2009 Nobuyoshi Nakada * string.c (tr_trans): should recalculate coderange. diff --git a/lib/fileutils.rb b/lib/fileutils.rb index 774c0dec8a..32408ee868 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -487,7 +487,7 @@ module FileUtils # Options: force noop verbose # # Moves file(s) +src+ to +dest+. If +file+ and +dest+ exist on the different - # disk partition, the file is copied instead. + # disk partition, the file is copied then the original file is removed. # # FileUtils.mv 'badname.rb', 'goodname.rb' # FileUtils.mv 'stuff.rb', '/notexist/lib/ruby', :force => true # no error -- cgit v1.2.3