Diff
Not logged in

Differences From:

File src/add.c part of check-in [9fd8009007] - Bug fix in the "mv" command. Add filename change tracking to the check-in information screens. You must run rebuild on existing respositories when upgrading to this version of fossil. by drh on 2008-11-09 22:43:04. [view]

To:

File src/add.c part of check-in [67f44bb301] - Changed URLs for embedded docs, changed comment in add.c:mv_cmd to read "does not rename" instead of "does rename" by kejoki on 2008-11-12 04:09:42. [view]

@@ -157,9 +157,9 @@
 **    or: %fossil mv|rename OLDNAME... DIR
 **
 ** Move or rename one or more files within the tree
 **
-** This command does rename the files on disk.  All this command does is
+** This command does not rename the files on disk.  All this command does is
 ** record the fact that filenames have changed so that appropriate notations
 ** can be made at the next commit/checkin.
 */
 void mv_cmd(void){