Differences From:
File
src/allrepo.c
part of check-in
[e85b538fa8]
- make "ls" an alias for "list" in "fossil all [bad-link: x]x" command. i.e.: fossil all ls == fossil all list.
by
bch on
2009-08-09 21:39:42.
[view]
To:
File
src/allrepo.c
part of check-in
[f438092f88]
- correct error message for "fossil all " (as per addition of "ls" subcommand alias)
by
bch on
2009-08-09 22:13:26.
[view]
@@ -106,9 +106,9 @@
}else if( strncmp(zCmd, "sync", n)==0 ){
zCmd = "sync -autourl -R";
}else{
fossil_fatal("\"all\" subcommand should be one of: "
- "list push pull rebuild sync");
+ "list ls push pull rebuild sync");
}
zFossil = quoteFilename(g.argv[0]);
nMissing = 0;
db_prepare(&q, "SELECT substr(name, 6) FROM global_config"