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.

jan.nijtmans 2015-03-09 09:09 trunk
Commit 8cf976d24689ae9ef42a2de78c5c7e945ce70905
1 file changed +3 -3
+3 -3
--- src/add.c
+++ src/add.c
@@ -333,14 +333,14 @@
333333
db_end_transaction(0);
334334
}
335335
336336
/*
337337
** COMMAND: rm
338
-** COMMAND: delete*
338
+** COMMAND: delete
339
+** COMMAND: forget*
339340
**
340
-** Usage: %fossil rm FILE1 ?FILE2 ...?
341
-** or: %fossil delete FILE1 ?FILE2 ...?
341
+** Usage: %fossil rm|delete|forget FILE1 ?FILE2 ...?
342342
**
343343
** Remove one or more files or directories from the repository.
344344
**
345345
** This command does NOT remove the files from disk. It just marks the
346346
** files as no longer being part of the project. In other words, future
347347
--- 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

Keyboard Shortcuts

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