Mercurial > hg > easyhg
view help/a-23.html @ 590:8bcf7ce9b1d2 easyhg_v1.2_win32_2
Installer fixes: Install to main EasyHg dir not versioned subdir; install icon
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Thu, 15 Mar 2012 15:23:34 +0000 |
parents | 21aa41b62c3a |
children |
line wrap: on
line source
<link rel="stylesheet" type="text/css" href="help.css"/> <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> <p>Any files that the version control system thinks should be there, but that can't be found in your working copy are shown as <b>“Missing”</b> under “My work”. All you need to do is:</p> <p><b>1. Find your file in the “Missing” 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>