Mercurial > hg > easyhg
comparison help/a-23.html @ 525:721a8e30822b
Merge
author | Chris Cannam |
---|---|
date | Thu, 17 Nov 2011 17:12:39 +0000 |
parents | 21aa41b62c3a |
children |
comparison
equal
deleted
inserted
replaced
524:eea753f1cae8 | 525:721a8e30822b |
---|---|
1 <link rel="stylesheet" type="text/css" href="help.css"/> | |
2 | |
3 | |
4 <h2>I just deleted a file using the system file manager – then remembered I hadn't told the version control tool about it – what now?</h2> | |
5 | |
6 <p>Any files that the version control system thinks should be there, but | |
7 that can't be found in your working copy are shown as <b>“Missing”</b> | |
8 under “My work”. All you need to do is:</p> | |
9 | |
10 <p><b>1. Find your file in the “Missing” list and select it</b></p> | |
11 | |
12 <p><b>2. Click Remove in the toolbar on the left of the window</b></p> | |
13 | |
14 <p>This tells Mercurial that you haven't merely lost the file, but that | |
15 you intended to remove it. The next time you commit, it will be | |
16 removed from tracking in version control.</p> | |
17 | |
18 | |
19 |