Mercurial > hg
comparison setup.py @ 33257:15e9cbe6ae49
vfs: simplify path audit disabling in stream clone
The whole 'mustaudit' API is quite complex compared to its actual usage by its
unique user in stream clone.
Instead we add a "auditpath" parameter to 'vfs.__call_'. The stream clone code
then explicitly open files with path auditing disabled.
The 'mustaudit' API will be cleaned up in the next changeset.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 02 Jul 2017 02:28:04 +0200 |
parents | 176030f695ca |
children | e0bbe32d8b55 |
comparison
equal
deleted
inserted
replaced
33256:4ea0b7a613f9 | 33257:15e9cbe6ae49 |
---|