view PKG-INFO @ 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 9117c6561b0b
children 20fc66131bc0
line wrap: on
line source

Metadata-Version: 1.0
Name: mercurial
Version: 0.4c
Summary: scalable distributed SCM
Home-page: http://selenic.com/mercurial
Author: Matt Mackall
Author-email: mpm@selenic.com
License: GNU GPL
Description: UNKNOWN
Platform: UNKNOWN