annotate help/topics/23.txt @ 542:7829da6abe97 fswatcher

Provide all tracked files to the fs watcher, so now we get updates properly -- requires moving the "what should we display?" logic for show-all-files toggle from main window to file status widget, but it's probably better there anyway
author Chris Cannam
date Tue, 14 Feb 2012 16:48:01 +0000
parents a9032181c37d
children
rev   line source
Chris@496 1 {Making changes}
Chris@496 2
Chris@497 3 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@496 4
Chris@497 5 Any files that the version control system thinks should be there, but
Chris@497 6 that can't be found in your working copy are shown as *"Missing"*
Chris@497 7 under "My work". All you need to do is:
Chris@496 8
Chris@497 9 *1. Find your file in the "Missing" list and select it*
Chris@496 10
Chris@497 11 *2. Click Remove in the toolbar on the left of the window*
Chris@496 12
Chris@497 13 This tells Mercurial that you haven't merely lost the file, but that
Chris@497 14 you intended to remove it. The next time you commit, it will be
Chris@497 15 removed from tracking in version control.
Chris@496 16
Chris@496 17
Chris@496 18