Differences From:
File
src/checkin.c
part of check-in
[8b630bb57a]
- Provide --user-override option on the ci command and the --date-override
option on the new command. Make a correction to the file format document.
by
drh on
2009-08-08 22:40:28.
[view]
To:
File
src/checkin.c
part of check-in
[554d896209]
- adjust "extra" command to "extras" (i.e. "Show me the extras"). Still works with "extra" as before, due to unambiguous command-completion.
by
bch on
2009-08-09 21:32:46.
[view]
@@ -164,10 +164,10 @@
db_finalize(&q);
}
/*
-** COMMAND: extra
-** Usage: %fossil extra
+** COMMAND: extras
+** Usage: %fossil extras
**
** Print a list of all files in the source tree that are not part of
** the current checkout. See also the "clean" command.
*/