Overview
SHA1 Hash: | 4f0f9922456318391ee2f19c2ae79da37711d79e |
---|---|
Date: | 2009-01-29 02:57:37 |
User: | bharder |
Comment: | Add missing 'rebuild' subcommand suggestion for command 'fossil all' subcommands. |
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/allrepo.c from [74c46da757] to [cc52a38ad8].
@@ -103,11 +103,11 @@ zCmd = "rebuild"; }else if( strncmp(zCmd, "sync", n)==0 ){ zCmd = "sync -autourl -R"; }else{ fossil_fatal("\"all\" subcommand should be one of: " - "list push pull sync"); + "list push pull rebuild sync"); } zFossil = quoteFilename(g.argv[0]); nMissing = 0; db_prepare(&q, "SELECT substr(name, 6) FROM global_config" " WHERE substr(name, 1, 5)=='repo:' ORDER BY 1");