diff help/topics/23.txt @ 497:a9032181c37d

More help
author Chris Cannam
date Mon, 22 Aug 2011 15:19:00 +0100
parents fb95d70c80d5
children
line wrap: on
line diff
--- a/help/topics/23.txt	Fri Aug 19 16:30:43 2011 +0100
+++ b/help/topics/23.txt	Mon Aug 22 15:19:00 2011 +0100
@@ -1,10 +1,18 @@
 {Making changes}
 
-I just renamed or removed a file using the system file manager -- then I remembered I was supposed to do it using the version control tool -- what now?
+I just deleted a file using the system file manager -- then remembered I hadn't told the version control tool about it -- what now?
 
+Any files that the version control system thinks should be there, but
+that can't be found in your working copy are shown as *"Missing"*
+under "My work".  All you need to do is:
 
+*1. Find your file in the "Missing" list and select it*
 
+*2. Click Remove in the toolbar on the left of the window*
 
+This tells Mercurial that you haven't merely lost the file, but that
+you intended to remove it.  The next time you commit, it will be
+removed from tracking in version control.