Mercurial > hg
diff mercurial/fileset.py @ 23776:70bf92b87410
status: cache dirstate status in _dirstatestatus()
Since it's only the dirstate status we cache, it makes more sense to
cache it in the _dirstatestatus() method. Note that this change means
the dirstate status will also be cached when status is requested
between the working copy and some other revision, while we currently
only cache the result if exactly the status between the working copy
and its parent is requested.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 08 Jan 2015 13:12:44 -0800 |
parents | c2dd79ad99cb |
children | cecaec0e8719 |