Mercurial > hg > easyhg
comparison help/a-23.html @ 497:a9032181c37d
More help
author | Chris Cannam |
---|---|
date | Mon, 22 Aug 2011 15:19:00 +0100 |
parents | fb95d70c80d5 |
children | 21aa41b62c3a |
comparison
equal
deleted
inserted
replaced
496:fb95d70c80d5 | 497:a9032181c37d |
---|---|
1 <link rel="stylesheet" type="text/css" href="help.css"/> | 1 <link rel="stylesheet" type="text/css" href="help.css"/> |
2 <p><a href="topics.html">Back to Topics</a></p><hr> | 2 <p><a href="topics.html">Back to Topics</a></p><hr> |
3 | 3 |
4 | 4 |
5 <h2>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?</h2> | 5 <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> |
6 | |
7 <p>No problem.</p> | |
8 | |
9 <p>Any files that the version control system knows about but that can't | |
10 be found in your working copy are shown as <b>“Missing”</b> under “My | |
11 work”. All you need to do is:</p> | |
12 | |
13 <p><b>1. Find your file in the “Missing” list and select it</b></p> | |
14 | |
15 <p><b>2. Click Remove in the toolbar on the left of the window</b></p> | |
16 | |
17 <p>This tells Mercurial that you haven't merely lost the file, but that | |
18 you intended to remove it. The next time you commit, it will be | |
19 removed from tracking in version control.</p> | |
20 | |
6 | 21 |
7 | 22 |
8 | 23 |
9 | 24 |
10 | 25 |