Fossil SCM
added missing "all cache" docs.
Commit
2f0533fe4af61411283b86c1343f32b2786b30d0
Parent
744aaa84e49914d…
1 file changed
+4
+4
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -86,10 +86,14 @@ | ||
| 86 | 86 | ** |
| 87 | 87 | ** On Win32 systems, the file is named "_fossil" and is located in |
| 88 | 88 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 89 | 89 | ** |
| 90 | 90 | ** Available operations are: |
| 91 | +** | |
| 92 | +** cache Mangages the cache used for potentially expensive web | |
| 93 | +** pages. Any additional arguments are passed on | |
| 94 | +** verbatim to the cache command. | |
| 91 | 95 | ** |
| 92 | 96 | ** changes Shows all local checkouts that have uncommitted changes. |
| 93 | 97 | ** This operation has no additional options. |
| 94 | 98 | ** |
| 95 | 99 | ** clean Delete all "extra" files in all local checkouts. Extreme |
| 96 | 100 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -86,10 +86,14 @@ | |
| 86 | ** |
| 87 | ** On Win32 systems, the file is named "_fossil" and is located in |
| 88 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 89 | ** |
| 90 | ** Available operations are: |
| 91 | ** |
| 92 | ** changes Shows all local checkouts that have uncommitted changes. |
| 93 | ** This operation has no additional options. |
| 94 | ** |
| 95 | ** clean Delete all "extra" files in all local checkouts. Extreme |
| 96 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -86,10 +86,14 @@ | |
| 86 | ** |
| 87 | ** On Win32 systems, the file is named "_fossil" and is located in |
| 88 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 89 | ** |
| 90 | ** Available operations are: |
| 91 | ** |
| 92 | ** cache Mangages the cache used for potentially expensive web |
| 93 | ** pages. Any additional arguments are passed on |
| 94 | ** verbatim to the cache command. |
| 95 | ** |
| 96 | ** changes Shows all local checkouts that have uncommitted changes. |
| 97 | ** This operation has no additional options. |
| 98 | ** |
| 99 | ** clean Delete all "extra" files in all local checkouts. Extreme |
| 100 |