view help/a-23.html @ 497:a9032181c37d

More help
author Chris Cannam
date Mon, 22 Aug 2011 15:19:00 +0100
parents fb95d70c80d5
children 21aa41b62c3a
line wrap: on
line source
<link rel="stylesheet" type="text/css" href="help.css"/>
<p><a href="topics.html">Back to Topics</a></p><hr>


<h2>I just deleted a file using the system file manager &ndash; then remembered I hadn't told the version control tool about it &ndash; what now?</h2>

<p>No problem.</p>

<p>Any files that the version control system knows about but that can't
be found in your working copy are shown as <b>&ldquo;Missing&rdquo;</b> under &ldquo;My
work&rdquo;.  All you need to do is:</p>

<p><b>1. Find your file in the &ldquo;Missing&rdquo; list and select it</b></p>

<p><b>2. Click Remove in the toolbar on the left of the window</b></p>

<p>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.</p>








<hr><p><a href="topics.html">Back to Topics</a></p>