Mercurial > hg
changeset 19:12360c04fa48
From: Thomas Arendsen Hein <thomas@intevation.de>
mercurial 0.4d had the same problems with removing files, but
attached is a patch which fixes that problem.
The key change is in dircache.remove():
del self[f] should have been del self.map[f]
This error was hidden by the 'except: pass' statement.
author | mpm@selenic.com |
---|---|
date | Wed, 04 May 2005 15:32:16 -0800 |
parents | 2fd3e1e3783f |
children | a664c2b624cf |
files | mercurial/hg.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff