Fossil SCM

Improvements to the 'fossil all' help text. Cherrypick of [8019d49bdb], which was checked-in on the wrong branch.

mistachkin 2013-10-18 09:38 trunk
Commit ed17f3cc2edd2d03449d13bda085f79408487d4f
1 file changed +39 -28
+39 -28
--- src/allrepo.c
+++ src/allrepo.c
@@ -81,45 +81,56 @@
8181
** On Win32 systems, the file is named "_fossil" and is located in
8282
** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%.
8383
**
8484
** Available operations are:
8585
**
86
-** changes Shows all local checkouts that have uncommitted changes
86
+** changes Shows all local checkouts that have uncommitted changes.
87
+** This operation has no additional options.
8788
**
8889
** clean Delete all "extra" files in all local checkouts. Extreme
8990
** caution should be exercised with this command because its
90
-** effects cannot be undone. Use of the -dry-run option to
91
-** carefully review the local checkouts to be operated upon
92
-** and the -whatif option to carefully review the files to
93
-** be deleted beforehand is highly recommended.
94
-**
95
-** extra Shows extra files from all local checkouts
96
-**
97
-** ignore Arguments are repositories that should be ignored
98
-** by subsequent list, pull, push, rebuild, and sync.
99
-** The -c|--ckout option causes the listed local checkouts
100
-** to be ignored instead.
101
-**
102
-** list | ls Display the location of all repositories.
103
-** The -c|--ckout option causes all local checkouts to be
104
-** list instead.
105
-**
106
-** pull Run a "pull" operation on all repositories
107
-**
108
-** push Run a "push" on all repositories
109
-**
110
-** rebuild Rebuild on all repositories
111
-**
112
-** sync Run a "sync" on all repositories
91
+** effects cannot be undone. Use of the --dry-run option to
92
+** carefully review the local checkouts to be operated upon
93
+** and the --whatif option to carefully review the files to
94
+** be deleted beforehand is highly recommended. The command
95
+** line options supported by the clean command itself, if any
96
+** are present, are passed along verbatim.
97
+**
98
+** extra Shows extra files from all local checkouts. The command
99
+** line options supported by the extra command itself, if any
100
+** are present, are passed along verbatim.
101
+**
102
+** ignore Arguments are repositories that should be ignored by
103
+** subsequent clean, extra, list, pull, push, rebuild, and
104
+** sync operations. The -c|--ckout option causes the listed
105
+** local checkouts to be ignored instead.
106
+**
107
+** list | ls Display the location of all repositories. The -c|--ckout
108
+** option causes all local checkouts to be list instead.
109
+**
110
+** pull Run a "pull" operation on all repositories. Only the
111
+** --verbose option is supported.
112
+**
113
+** push Run a "push" on all repositories. Only the --verbose
114
+** option is supported.
115
+**
116
+** rebuild Rebuild on all repositories. The command line options
117
+** supported by the rebuild command itself, if any are
118
+** present, are passed along verbatim. The --force and
119
+** --randomize options are not supported.
120
+**
121
+** sync Run a "sync" on all repositories. Only the --verbose
122
+** option is supported.
113123
**
114124
** Repositories are automatically added to the set of known repositories
115
-** when one of the following commands are run against the repository: clone,
116
-** info, pull, push, or sync. Even previously ignored repositories are
117
-** added back to the list of repositories by these commands.
125
+** when one of the following commands are run against the repository:
126
+** clone, info, pull, push, or sync. Even previously ignored repositories
127
+** are added back to the list of repositories by these commands.
118128
**
119129
** Options:
120
-** --dontstop Continue with other repositories even after an error
130
+** --dontstop Continue with other repositories even after an error.
131
+** --dry-run If given, display instead of run actions.
121132
*/
122133
void all_cmd(void){
123134
int n;
124135
Stmt q;
125136
const char *zCmd;
126137
--- src/allrepo.c
+++ src/allrepo.c
@@ -81,45 +81,56 @@
81 ** On Win32 systems, the file is named "_fossil" and is located in
82 ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%.
83 **
84 ** Available operations are:
85 **
86 ** changes Shows all local checkouts that have uncommitted changes
 
87 **
88 ** clean Delete all "extra" files in all local checkouts. Extreme
89 ** caution should be exercised with this command because its
90 ** effects cannot be undone. Use of the -dry-run option to
91 ** carefully review the local checkouts to be operated upon
92 ** and the -whatif option to carefully review the files to
93 ** be deleted beforehand is highly recommended.
94 **
95 ** extra Shows extra files from all local checkouts
96 **
97 ** ignore Arguments are repositories that should be ignored
98 ** by subsequent list, pull, push, rebuild, and sync.
99 ** The -c|--ckout option causes the listed local checkouts
100 ** to be ignored instead.
101 **
102 ** list | ls Display the location of all repositories.
103 ** The -c|--ckout option causes all local checkouts to be
104 ** list instead.
105 **
106 ** pull Run a "pull" operation on all repositories
107 **
108 ** push Run a "push" on all repositories
109 **
110 ** rebuild Rebuild on all repositories
111 **
112 ** sync Run a "sync" on all repositories
 
 
 
 
 
 
 
 
 
113 **
114 ** Repositories are automatically added to the set of known repositories
115 ** when one of the following commands are run against the repository: clone,
116 ** info, pull, push, or sync. Even previously ignored repositories are
117 ** added back to the list of repositories by these commands.
118 **
119 ** Options:
120 ** --dontstop Continue with other repositories even after an error
 
121 */
122 void all_cmd(void){
123 int n;
124 Stmt q;
125 const char *zCmd;
126
--- src/allrepo.c
+++ src/allrepo.c
@@ -81,45 +81,56 @@
81 ** On Win32 systems, the file is named "_fossil" and is located in
82 ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%.
83 **
84 ** Available operations are:
85 **
86 ** changes Shows all local checkouts that have uncommitted changes.
87 ** This operation has no additional options.
88 **
89 ** clean Delete all "extra" files in all local checkouts. Extreme
90 ** caution should be exercised with this command because its
91 ** effects cannot be undone. Use of the --dry-run option to
92 ** carefully review the local checkouts to be operated upon
93 ** and the --whatif option to carefully review the files to
94 ** be deleted beforehand is highly recommended. The command
95 ** line options supported by the clean command itself, if any
96 ** are present, are passed along verbatim.
97 **
98 ** extra Shows extra files from all local checkouts. The command
99 ** line options supported by the extra command itself, if any
100 ** are present, are passed along verbatim.
101 **
102 ** ignore Arguments are repositories that should be ignored by
103 ** subsequent clean, extra, list, pull, push, rebuild, and
104 ** sync operations. The -c|--ckout option causes the listed
105 ** local checkouts to be ignored instead.
106 **
107 ** list | ls Display the location of all repositories. The -c|--ckout
108 ** option causes all local checkouts to be list instead.
109 **
110 ** pull Run a "pull" operation on all repositories. Only the
111 ** --verbose option is supported.
112 **
113 ** push Run a "push" on all repositories. Only the --verbose
114 ** option is supported.
115 **
116 ** rebuild Rebuild on all repositories. The command line options
117 ** supported by the rebuild command itself, if any are
118 ** present, are passed along verbatim. The --force and
119 ** --randomize options are not supported.
120 **
121 ** sync Run a "sync" on all repositories. Only the --verbose
122 ** option is supported.
123 **
124 ** Repositories are automatically added to the set of known repositories
125 ** when one of the following commands are run against the repository:
126 ** clone, info, pull, push, or sync. Even previously ignored repositories
127 ** are added back to the list of repositories by these commands.
128 **
129 ** Options:
130 ** --dontstop Continue with other repositories even after an error.
131 ** --dry-run If given, display instead of run actions.
132 */
133 void all_cmd(void){
134 int n;
135 Stmt q;
136 const char *zCmd;
137

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button