Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Corrections to the built-in help text for the "all" command. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0183e1917fac89045fe004f60b1b46f7 |
User & Date: | drh 2010-09-19 00:56:08.000 |
Context
2010-09-22
| ||
14:32 | Updates to the submenu links for ticket views. check-in: f29a826666 user: drh tags: trunk | |
2010-09-19
| ||
06:15 | merged trunk check-in: 5e7d7144ec user: Ratte tags: wolfgangFormat2CSS_2 | |
01:14 | merge trunk Leaf check-in: 1dfb33e879 user: bharder tags: lang | |
00:56 | Corrections to the built-in help text for the "all" command. check-in: 0183e1917f user: drh tags: trunk | |
2010-09-18
| ||
22:22 | Enable large-file support for stat() on linux. Fix the "stat" webpage to handle repositories larger than 2GB. Ticket [b1934313bcfb3a90d4027b] check-in: 31fdc347ac user: drh tags: trunk | |
Changes
Changes to src/allrepo.c.
︙ | ︙ | |||
51 52 53 54 55 56 57 | /* ** COMMAND: all ** ** Usage: %fossil all (list|ls|pull|push|rebuild|sync) ** ** The ~/.fossil file records the location of all repositories for a ** user. This command performs certain operations on all repositories | | | | | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | /* ** COMMAND: all ** ** Usage: %fossil all (list|ls|pull|push|rebuild|sync) ** ** The ~/.fossil file records the location of all repositories for a ** user. This command performs certain operations on all repositories ** that can be useful before or after a period of disconnected operation. ** ** On Win32 systems, the file is named "_fossil" and is located in ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. ** ** Available operations are: ** ** list | ls Display the location of all repositories ** ** pull Run a "pull" operation on all repositories ** |
︙ | ︙ |