Overview
SHA1 Hash: | 8b6cf431fb80c456f0ecdb8624513731408dd11e |
---|---|
Date: | 2009-01-24 23:40:41 |
User: | bch |
Comment: | correct 'branch' subcommand usage string |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/branch.c from [76b93505eb] to [e6d1392f9d].
@@ -49,11 +49,11 @@ 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; /* fossil branch new name */