Differences From:
File
src/allrepo.c
part of check-in
[00ac7945a9]
- Disconnect the global configuration database in ~/.fossil from the
respository database in most cases. This allows multiple "sync" or
"commit" operations to be running on different repositories at the same time.
by
drh on
2009-08-13 14:27:24.
[view]
To:
File
src/allrepo.c
part of check-in
[0b49e4afba]
- Fix the header comment (and hence the "help" message) for the "fossil all"
command.
by
drh on
2009-08-14 14:03:14.
[view]
@@ -63,9 +63,11 @@
** user. This command performs certain operations on all repositories
** that can be useful before or after a period of disconnection operation.
** Available operations are:
**
-** list|ls Display the location of all repositories
+** list Display the location of all repositories
+**
+** ls An alias for "list"
**
** pull Run a "pull" operation on all repositories
**
** push Run a "push" on all repositories