Chris@496: Chris@496: Chris@496: Chris@497:

I just deleted a file using the system file manager – then remembered I hadn't told the version control tool about it – what now?

Chris@497: Chris@498:

Any files that the version control system thinks should be there, but Chris@498: that can't be found in your working copy are shown as “Missing” Chris@498: under “My work”. All you need to do is:

Chris@497: Chris@497:

1. Find your file in the “Missing” list and select it

Chris@497: Chris@497:

2. Click Remove in the toolbar on the left of the window

Chris@497: Chris@497:

This tells Mercurial that you haven't merely lost the file, but that Chris@497: you intended to remove it. The next time you commit, it will be Chris@497: removed from tracking in version control.

Chris@497: Chris@496: Chris@496: