locking during relink

2021-11-02 Thread Koen Van Hoof
Hi, In relink.py I see     with repo.lock(), src.lock():     candidates = sorted(collect(src, ui))     targets = prune(candidates, src.store.path, repo.store.path, ui)     do_relink(src.store.path, repo.store.path, targets, ui) Is there any reason why the the collect and the prune

Re: breach by trojan source code (python)

2021-11-02 Thread Joerg Sonnenberger
On Tue, Nov 02, 2021 at 02:51:01PM +0100, Uwe Brauer wrote: > > Hi > > https://www.trojansource.codes/trojan-source.pdf > > I skimmed the article, the authors claim that python is effect. > > Any thoughts? IMHO this is blown quite out of proportion and reasonably addressed by filters in

Re: breach by trojan source code (python)

2021-11-02 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > https://www.trojansource.codes/trojan-source.pdf > I skimmed the article, the authors claim that python is effect. > Any thoughts? Maybe that https://research.swtch.com/trojan smime.p7s Description: S/MIME cryptographic signature

breach by trojan source code (python)

2021-11-02 Thread Uwe Brauer
Hi https://www.trojansource.codes/trojan-source.pdf I skimmed the article, the authors claim that python is effect. Any thoughts? Regards Uwe Brauer ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org

D11731: rhg: lazily get filesystem metadata

2021-11-02 Thread aalekseyev (Arseniy Alekseyev)
aalekseyev created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY rhg: use openat library for more efficient filesystem access REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL