Hello,
Currently the help of "fossil all" says:
Respositories are automatically added to the set of known repositories
when one of the following commands are run against the repository: clone,
info, pull, push, or sync.
Would not be more logical that it where:
Respositories are automatically added to the set of known repositories
when one of the following commands are run against the repository: new,clone, open,
pull, push, or sync
"fossil info" is a very common operation an nearly invalidates the use of:
"fossil all ignore"
PS: As always, this kind of things become important when using fossil as a tool for another
program of when making a GUI for fossil
RR