summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-26 15:53:24 +0000
committerJim Meyering <jim@meyering.net>2006-08-26 15:53:24 +0000
commit146af5fb139a5c45c12bd40c6114cd842b3ba0c6 (patch)
tree3d1788b82328e5036903b57ff51d81462860ceb6 /NEWS
parent8f8f1d01884eadb85326f2bacbb80944aa01f871 (diff)
downloadcoreutils-146af5fb139a5c45c12bd40c6114cd842b3ba0c6.tar.xz
Fix "mv --verbose --backup" so its output includes the
" (backup: foo.~1~)" suffix also when backing up a directory. * NEWS: Report this bug fix. * src/copy.c (emit_verbose): New function, factored out of... (copy_internal): ...here. Use the new function. * tests/mv/backup-dir: Test for the above fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d98f13bf4..b9c984bbe 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ GNU coreutils NEWS -*- outline -*-
no differently than regular directories on a file system with
dirent.d_type support.
+ "mv -T --verbose --backup=t A B" now prints the " (backup: B.~1~)"
+ suffix when A and B are directories as well as when they are not.
+
* Major changes in release 6.1 (2006-08-19) [unstable]