Mercurial > hg > easyhg
comparison help/topics/23.txt @ 525:721a8e30822b
Merge
author | Chris Cannam |
---|---|
date | Thu, 17 Nov 2011 17:12:39 +0000 |
parents | a9032181c37d |
children |
comparison
equal
deleted
inserted
replaced
524:eea753f1cae8 | 525:721a8e30822b |
---|---|
1 {Making changes} | |
2 | |
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? | |
4 | |
5 Any files that the version control system thinks should be there, but | |
6 that can't be found in your working copy are shown as *"Missing"* | |
7 under "My work". All you need to do is: | |
8 | |
9 *1. Find your file in the "Missing" list and select it* | |
10 | |
11 *2. Click Remove in the toolbar on the left of the window* | |
12 | |
13 This tells Mercurial that you haven't merely lost the file, but that | |
14 you intended to remove it. The next time you commit, it will be | |
15 removed from tracking in version control. | |
16 | |
17 | |
18 |