View Ticket
Not logged in
Ticket UUID: dcd241ab527801bbcff91656ba79056fc537c10e
Title: 'fossil update' forgets about removed files in the checkout
Status: Open Type: Code_Defect
Severity: Priority:
Subsystem: Resolution:
Last Modified: 2011-04-21 08:37:02
Version Found In: [047e06193b] 2011-04-13
Description & Comments:
I had removed a file. Then issued a "fossil update", and the file was not in the list of files to be deleted on commit anymore.

I've had a session like this:

$ fossil rm MERGE.txt 
DELETED  MERGE.txt
$ fossil commit
...
fossil: would fork.  "update" first or use -f or --force.
$ fossil update
...
$ fossil commit
fossil: nothing has changed

So I have to issue the fossil rm MERGE.txt again. The MERGE.txt file has not been touched in any commit other than this I planned to do.