Fossil SCM
Add "fossil forget" as alias to "fossil rm|delete". This opens up the "fossil rm" command for behavior modification, as suggested on ML.
Commit
8cf976d24689ae9ef42a2de78c5c7e945ce70905
Parent
7fbc1c3a1f2cfdd…
1 file changed
+3
-3
+3
-3
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -333,14 +333,14 @@ | ||
| 333 | 333 | db_end_transaction(0); |
| 334 | 334 | } |
| 335 | 335 | |
| 336 | 336 | /* |
| 337 | 337 | ** COMMAND: rm |
| 338 | -** COMMAND: delete* | |
| 338 | +** COMMAND: delete | |
| 339 | +** COMMAND: forget* | |
| 339 | 340 | ** |
| 340 | -** Usage: %fossil rm FILE1 ?FILE2 ...? | |
| 341 | -** or: %fossil delete FILE1 ?FILE2 ...? | |
| 341 | +** Usage: %fossil rm|delete|forget FILE1 ?FILE2 ...? | |
| 342 | 342 | ** |
| 343 | 343 | ** Remove one or more files or directories from the repository. |
| 344 | 344 | ** |
| 345 | 345 | ** This command does NOT remove the files from disk. It just marks the |
| 346 | 346 | ** files as no longer being part of the project. In other words, future |
| 347 | 347 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -333,14 +333,14 @@ | |
| 333 | db_end_transaction(0); |
| 334 | } |
| 335 | |
| 336 | /* |
| 337 | ** COMMAND: rm |
| 338 | ** COMMAND: delete* |
| 339 | ** |
| 340 | ** Usage: %fossil rm FILE1 ?FILE2 ...? |
| 341 | ** or: %fossil delete FILE1 ?FILE2 ...? |
| 342 | ** |
| 343 | ** Remove one or more files or directories from the repository. |
| 344 | ** |
| 345 | ** This command does NOT remove the files from disk. It just marks the |
| 346 | ** files as no longer being part of the project. In other words, future |
| 347 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -333,14 +333,14 @@ | |
| 333 | db_end_transaction(0); |
| 334 | } |
| 335 | |
| 336 | /* |
| 337 | ** COMMAND: rm |
| 338 | ** COMMAND: delete |
| 339 | ** COMMAND: forget* |
| 340 | ** |
| 341 | ** Usage: %fossil rm|delete|forget FILE1 ?FILE2 ...? |
| 342 | ** |
| 343 | ** Remove one or more files or directories from the repository. |
| 344 | ** |
| 345 | ** This command does NOT remove the files from disk. It just marks the |
| 346 | ** files as no longer being part of the project. In other words, future |
| 347 |