Fossil SCM

rename import to addremove

wolfgang 2010-10-14 18:41 wolfgangHelpCmd
Commit 7e65c703c0b0d9d22adf92a60181114addde4814
2 files changed +2 -2 +3 -3
+2 -2
--- src/add.c
+++ src/add.c
@@ -273,13 +273,13 @@
273273
db_multi_exec("DELETE FROM vfile WHERE deleted AND rid=0");
274274
db_end_transaction(0);
275275
}
276276
277277
/*
278
-** COMMAND: import ?--dotfiles? ?--ignore GLOBPATTERN?
278
+** COMMAND: addremove ?--dotfiles? ?--ignore GLOBPATTERN?
279279
**
280
-** Usage: %fossil import
280
+** Usage: %fossil addremove
281281
**
282282
** If used in a checkout, the current checkout file tree is synchronized
283283
** with the repository:
284284
** * all files, existing in the file tree but not in the repository
285285
** (files displayed using the <a>extra</a> command)
286286
--- src/add.c
+++ src/add.c
@@ -273,13 +273,13 @@
273 db_multi_exec("DELETE FROM vfile WHERE deleted AND rid=0");
274 db_end_transaction(0);
275 }
276
277 /*
278 ** COMMAND: import ?--dotfiles? ?--ignore GLOBPATTERN?
279 **
280 ** Usage: %fossil import
281 **
282 ** If used in a checkout, the current checkout file tree is synchronized
283 ** with the repository:
284 ** * all files, existing in the file tree but not in the repository
285 ** (files displayed using the <a>extra</a> command)
286
--- src/add.c
+++ src/add.c
@@ -273,13 +273,13 @@
273 db_multi_exec("DELETE FROM vfile WHERE deleted AND rid=0");
274 db_end_transaction(0);
275 }
276
277 /*
278 ** COMMAND: addremove ?--dotfiles? ?--ignore GLOBPATTERN?
279 **
280 ** Usage: %fossil addremove
281 **
282 ** If used in a checkout, the current checkout file tree is synchronized
283 ** with the repository:
284 ** * all files, existing in the file tree but not in the repository
285 ** (files displayed using the <a>extra</a> command)
286
+3 -3
--- src/checkin.c
+++ src/checkin.c
@@ -102,11 +102,11 @@
102102
**
103103
** Usage: %fossil changes
104104
**
105105
** Report on the edit status of all files in the current checkout.
106106
**
107
-** See also the <a>status</a>, <a>extra</a> and <a>import</a> commands.
107
+** See also the <a>status</a>, <a>extra</a> and <a>addremove</a> commands.
108108
*/
109109
void changes_cmd(void){
110110
Blob report;
111111
int vid;
112112
db_must_be_within_tree();
@@ -122,11 +122,11 @@
122122
**
123123
** Usage: %fossil status
124124
**
125125
** Report on the status of the current checkout.
126126
**
127
-** See also <a>import</a>
127
+** See also <a>addremove</a>
128128
*/
129129
void status_cmd(void){
130130
int vid;
131131
db_must_be_within_tree();
132132
/* 012345678901234 */
@@ -255,11 +255,11 @@
255255
** the current checkout. See also the <a>clean</a> command.
256256
**
257257
** Files and subdirectories whose names begin with "." are normally
258258
** ignored but can be included by adding the --dotfiles option.
259259
**
260
-** See also <a>import</a>
260
+** See also <a>addremove</a>
261261
*/
262262
void extra_cmd(void){
263263
Blob path;
264264
Blob repo;
265265
Stmt q;
266266
--- src/checkin.c
+++ src/checkin.c
@@ -102,11 +102,11 @@
102 **
103 ** Usage: %fossil changes
104 **
105 ** Report on the edit status of all files in the current checkout.
106 **
107 ** See also the <a>status</a>, <a>extra</a> and <a>import</a> commands.
108 */
109 void changes_cmd(void){
110 Blob report;
111 int vid;
112 db_must_be_within_tree();
@@ -122,11 +122,11 @@
122 **
123 ** Usage: %fossil status
124 **
125 ** Report on the status of the current checkout.
126 **
127 ** See also <a>import</a>
128 */
129 void status_cmd(void){
130 int vid;
131 db_must_be_within_tree();
132 /* 012345678901234 */
@@ -255,11 +255,11 @@
255 ** the current checkout. See also the <a>clean</a> command.
256 **
257 ** Files and subdirectories whose names begin with "." are normally
258 ** ignored but can be included by adding the --dotfiles option.
259 **
260 ** See also <a>import</a>
261 */
262 void extra_cmd(void){
263 Blob path;
264 Blob repo;
265 Stmt q;
266
--- src/checkin.c
+++ src/checkin.c
@@ -102,11 +102,11 @@
102 **
103 ** Usage: %fossil changes
104 **
105 ** Report on the edit status of all files in the current checkout.
106 **
107 ** See also the <a>status</a>, <a>extra</a> and <a>addremove</a> commands.
108 */
109 void changes_cmd(void){
110 Blob report;
111 int vid;
112 db_must_be_within_tree();
@@ -122,11 +122,11 @@
122 **
123 ** Usage: %fossil status
124 **
125 ** Report on the status of the current checkout.
126 **
127 ** See also <a>addremove</a>
128 */
129 void status_cmd(void){
130 int vid;
131 db_must_be_within_tree();
132 /* 012345678901234 */
@@ -255,11 +255,11 @@
255 ** the current checkout. See also the <a>clean</a> command.
256 **
257 ** Files and subdirectories whose names begin with "." are normally
258 ** ignored but can be included by adding the --dotfiles option.
259 **
260 ** See also <a>addremove</a>
261 */
262 void extra_cmd(void){
263 Blob path;
264 Blob repo;
265 Stmt q;
266

Keyboard Shortcuts

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