Fossil SCM
Add "dismiss" cmd to pair w/ new "DISMISSED" reporting
Commit
a50ea974ff60dd51a6c32edd5c25176fcb4697d8
Parent
6938d5fe8057fc3…
1 file changed
+2
+2
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -228,13 +228,15 @@ | ||
| 228 | 228 | } |
| 229 | 229 | |
| 230 | 230 | /* |
| 231 | 231 | ** COMMAND: rm |
| 232 | 232 | ** COMMAND: delete |
| 233 | +** COMMAND: dismiss | |
| 233 | 234 | ** |
| 234 | 235 | ** Usage: %fossil rm FILE... |
| 235 | 236 | ** or: %fossil delete FILE... |
| 237 | +** or: %fossil dismiss FILE... | |
| 236 | 238 | ** |
| 237 | 239 | ** Remove one or more files from the tree. |
| 238 | 240 | ** |
| 239 | 241 | ** This command does not remove the files from disk. It just marks the |
| 240 | 242 | ** files as no longer being part of the project. In other words, future |
| 241 | 243 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -228,13 +228,15 @@ | |
| 228 | } |
| 229 | |
| 230 | /* |
| 231 | ** COMMAND: rm |
| 232 | ** COMMAND: delete |
| 233 | ** |
| 234 | ** Usage: %fossil rm FILE... |
| 235 | ** or: %fossil delete FILE... |
| 236 | ** |
| 237 | ** Remove one or more files from the tree. |
| 238 | ** |
| 239 | ** This command does not remove the files from disk. It just marks the |
| 240 | ** files as no longer being part of the project. In other words, future |
| 241 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -228,13 +228,15 @@ | |
| 228 | } |
| 229 | |
| 230 | /* |
| 231 | ** COMMAND: rm |
| 232 | ** COMMAND: delete |
| 233 | ** COMMAND: dismiss |
| 234 | ** |
| 235 | ** Usage: %fossil rm FILE... |
| 236 | ** or: %fossil delete FILE... |
| 237 | ** or: %fossil dismiss FILE... |
| 238 | ** |
| 239 | ** Remove one or more files from the tree. |
| 240 | ** |
| 241 | ** This command does not remove the files from disk. It just marks the |
| 242 | ** files as no longer being part of the project. In other words, future |
| 243 |