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