Differences From:
File
src/update.c
part of check-in
[7a2c37063a]
- merge trunk into creole branch
by
bob on
2009-09-22 07:49:39.
Also file
src/update.c
part of check-in
[e124881a70]
- Fix the "update" command so that is does not report conflicts on files that
have been added to the current check-out but not yet committed. The added
files are simply carried forward into the updated version.
by
drh on
2009-07-07 14:53:58.
[view]
To:
File
src/update.c
part of check-in
[107f38dd01]
- Make "revert" complain about excess arguments. Ticket 36d5fbf9a4.
by
eric on
2009-10-27 20:15:30.
[view]
@@ -295,9 +295,9 @@
yesRevert = find_option("yes", "y", 0)!=0;
zRevision = find_option("revision", "r", 1);
verify_all_options();
- if( g.argc<3 ){
+ if( g.argc!=3 ){
usage("?OPTIONS FILE");
}
db_must_be_within_tree();