Differences From:
File
src/branch.c
part of check-in
[83ac468aae]
- Add a "nomenclature" sidebox for the Branches page, explaining the difference
between an open and a closed branch.
by
drh on
2009-01-24 00:11:44.
[view]
To:
File
src/branch.c
part of check-in
[8b6cf431fb]
- correct 'branch' subcommand usage string
by
bch on
2009-01-24 23:40:41.
[view]
@@ -50,9 +50,9 @@
noSign = find_option("nosign","",0)!=0;
zColor = find_option("bgcolor","c",1);
verify_all_options();
if( g.argc<5 ){
- usage("branch new BRANCH-NAME BASE-CHECK-IN ?-bgcolor COLOR?");
+ usage("new BRANCH-NAME BASE-CHECK-IN ?-bgcolor COLOR?");
}
db_find_and_open_repository(1);
noSign = db_get_int("omitsign", 0)|noSign;