PKG-INFO
author Bryan O'Sullivan <bos@serpentine.com>
Fri, 29 Jul 2005 08:42:28 -0800
changeset 809 d0fb9efa2b2d
parent 448 20fc66131bc0
child 1272 060c08bf9e2f
permissions -rw-r--r--
Fix performance regression in addremove command. When I rewrote addremove, I lazily put a call to repo.changes in, which was unnecessary and slow. This is a new rewrite, preserving the file name behaviour, but replacing the call to repo.changes with a walk, which is much cheaper, and avoids calls to os.stat on all but files that have probably been deleted.

Metadata-Version: 1.0
Name: mercurial
Version: 0.6
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