D7144: status: use unfiltered repo if we're getting status of working copy
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Tue Oct 22 22:23:20 UTC 2019
marmoute added inline comments.
INLINE COMMENTS
> commands.py:6774
> + if not revs and not change:
> + # Avoid loading obsmarkers if we're accessing only the working copy
> + # parent (which will never be hidden).
Are you using the evolve extension. If so you should -already- not be loading obsmarkers (but there are other filtering associated cost). If you are using evolve and actually loading obsmarkers for this operation, we have a regression somewhere to fix first.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D7144/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D7144
To: martinvonz, #hg-reviewers
Cc: pulkit, marmoute, mercurial-devel
More information about the Mercurial-devel
mailing list