Fossil SCM
Update help to include 'fossil all extra'.
Commit
aca6db8f2b5d99d3495e9965161161b5d1a44ed9
Parent
f4bcc63fabba1c2…
1 file changed
+4
-2
+4
-2
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -70,11 +70,11 @@ | ||
| 70 | 70 | |
| 71 | 71 | |
| 72 | 72 | /* |
| 73 | 73 | ** COMMAND: all |
| 74 | 74 | ** |
| 75 | -** Usage: %fossil all (changes|ignore|list|ls|pull|push|rebuild|sync) | |
| 75 | +** Usage: %fossil all (changes|extra|ignore|list|ls|pull|push|rebuild|sync) | |
| 76 | 76 | ** |
| 77 | 77 | ** The ~/.fossil file records the location of all repositories for a |
| 78 | 78 | ** user. This command performs certain operations on all repositories |
| 79 | 79 | ** that can be useful before or after a period of disconnected operation. |
| 80 | 80 | ** |
| @@ -82,10 +82,12 @@ | ||
| 82 | 82 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 83 | 83 | ** |
| 84 | 84 | ** Available operations are: |
| 85 | 85 | ** |
| 86 | 86 | ** changes Shows all local checkouts that have uncommitted changes |
| 87 | +** | |
| 88 | +** extra Shows extra files from all local checkouts | |
| 87 | 89 | ** |
| 88 | 90 | ** ignore Arguments are repositories that should be ignored |
| 89 | 91 | ** by subsequent list, pull, push, rebuild, and sync. |
| 90 | 92 | ** The -c|--ckout option causes the listed local checkouts |
| 91 | 93 | ** to be ignored instead. |
| @@ -126,11 +128,11 @@ | ||
| 126 | 128 | if( !dryRunFlag ){ |
| 127 | 129 | dryRunFlag = find_option("test",0,0)!=0; /* deprecated */ |
| 128 | 130 | } |
| 129 | 131 | |
| 130 | 132 | if( g.argc<3 ){ |
| 131 | - usage("changes|ignore|list|ls|pull|push|rebuild|sync"); | |
| 133 | + usage("changes|extra|ignore|list|ls|pull|push|rebuild|sync"); | |
| 132 | 134 | } |
| 133 | 135 | n = strlen(g.argv[2]); |
| 134 | 136 | db_open_config(1); |
| 135 | 137 | blob_zero(&extra); |
| 136 | 138 | zCmd = g.argv[2]; |
| 137 | 139 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -70,11 +70,11 @@ | |
| 70 | |
| 71 | |
| 72 | /* |
| 73 | ** COMMAND: all |
| 74 | ** |
| 75 | ** Usage: %fossil all (changes|ignore|list|ls|pull|push|rebuild|sync) |
| 76 | ** |
| 77 | ** The ~/.fossil file records the location of all repositories for a |
| 78 | ** user. This command performs certain operations on all repositories |
| 79 | ** that can be useful before or after a period of disconnected operation. |
| 80 | ** |
| @@ -82,10 +82,12 @@ | |
| 82 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 83 | ** |
| 84 | ** Available operations are: |
| 85 | ** |
| 86 | ** changes Shows all local checkouts that have uncommitted changes |
| 87 | ** |
| 88 | ** ignore Arguments are repositories that should be ignored |
| 89 | ** by subsequent list, pull, push, rebuild, and sync. |
| 90 | ** The -c|--ckout option causes the listed local checkouts |
| 91 | ** to be ignored instead. |
| @@ -126,11 +128,11 @@ | |
| 126 | if( !dryRunFlag ){ |
| 127 | dryRunFlag = find_option("test",0,0)!=0; /* deprecated */ |
| 128 | } |
| 129 | |
| 130 | if( g.argc<3 ){ |
| 131 | usage("changes|ignore|list|ls|pull|push|rebuild|sync"); |
| 132 | } |
| 133 | n = strlen(g.argv[2]); |
| 134 | db_open_config(1); |
| 135 | blob_zero(&extra); |
| 136 | zCmd = g.argv[2]; |
| 137 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -70,11 +70,11 @@ | |
| 70 | |
| 71 | |
| 72 | /* |
| 73 | ** COMMAND: all |
| 74 | ** |
| 75 | ** Usage: %fossil all (changes|extra|ignore|list|ls|pull|push|rebuild|sync) |
| 76 | ** |
| 77 | ** The ~/.fossil file records the location of all repositories for a |
| 78 | ** user. This command performs certain operations on all repositories |
| 79 | ** that can be useful before or after a period of disconnected operation. |
| 80 | ** |
| @@ -82,10 +82,12 @@ | |
| 82 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 83 | ** |
| 84 | ** Available operations are: |
| 85 | ** |
| 86 | ** changes Shows all local checkouts that have uncommitted changes |
| 87 | ** |
| 88 | ** extra Shows extra files from all local checkouts |
| 89 | ** |
| 90 | ** ignore Arguments are repositories that should be ignored |
| 91 | ** by subsequent list, pull, push, rebuild, and sync. |
| 92 | ** The -c|--ckout option causes the listed local checkouts |
| 93 | ** to be ignored instead. |
| @@ -126,11 +128,11 @@ | |
| 128 | if( !dryRunFlag ){ |
| 129 | dryRunFlag = find_option("test",0,0)!=0; /* deprecated */ |
| 130 | } |
| 131 | |
| 132 | if( g.argc<3 ){ |
| 133 | usage("changes|extra|ignore|list|ls|pull|push|rebuild|sync"); |
| 134 | } |
| 135 | n = strlen(g.argv[2]); |
| 136 | db_open_config(1); |
| 137 | blob_zero(&extra); |
| 138 | zCmd = g.argv[2]; |
| 139 |