[Bug 6191] New: Mercurial fails to clone on big-endian arches

2019-08-26 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6191 Bug ID: 6191 Summary: Mercurial fails to clone on big-endian arches Product: Mercurial Version: default branch Hardware: Other OS: All Status: UNCONFIRMED

D5786: blackbox: support blackbox.notrack regex patterns to exclude tracking events

2019-08-26 Thread spectral (Kyle Lippincott)
spectral added a comment. spectral abandoned this revision. https://www.mercurial-scm.org/repo/hg/rev/56132ebd14c6 added blackbox.ignore, which is basically what this was doing. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D5786/new/ REVISION DETAIL

D5785: blackbox: take regex patterns for blackbox.track

2019-08-26 Thread spectral (Kyle Lippincott)
spectral added a comment. spectral abandoned this revision. https://www.mercurial-scm.org/repo/hg/rev/56132ebd14c6 Added blackbox.ignore, which is probably sufficient. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D5785/new/ REVISION DETAIL https://

Rust: the issue of filenames and Python interop

2019-08-26 Thread Raphaël Gomès
Hi all, Ever since the start of the OxidationPlan, there has been discussion here and there about both the way we handle paths within Rust and how the interop with Python plays out in that regard. As of now, we decided to put off solving the issue and we use bytes, since it works fine on Unix-

mercurial@42809: 2 new changesets (2 on stable)

2019-08-26 Thread Mercurial Commits
2 new changesets (2 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/0363bb086c57 changeset: 42808:0363bb086c57 branch: stable parent: 42805:7521e6d18057 user:Anton Shestakov date:Sun Aug 25 19:38:09 2019 +0700 summary: packaging: add Cosmic and D

D6764: match: simplify the regexps created for glob patterns

2019-08-26 Thread valentin.gatienbaron (Valentin Gatien-Baron)
valentin.gatienbaron updated this revision to Diff 16320. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6764?vs=16317&id=16320 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6764/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6764 A

D6765: rustfilepatterns: shorter code for concatenating slices

2019-08-26 Thread valentin.gatienbaron (Valentin Gatien-Baron)
valentin.gatienbaron updated this revision to Diff 16321. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6765?vs=16318&id=16321 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6765/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6765 A

mercurial-devel@mercurial-scm.org

2019-08-26 Thread valentin.gatienbaron (Valentin Gatien-Baron)
valentin.gatienbaron created this revision. Herald added subscribers: mercurial-devel, kevincox, durin42. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6766 AFFECTED FILES rust/hg-core/src/filepatterns.rs rust/hg-core/src/

Re: [PATCH STABLE] python-zstandard: apply big-endian fix (issue6188)

2019-08-26 Thread Yuya Nishihara
On Sun, 25 Aug 2019 09:01:58 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1566748826 25200 > # Sun Aug 25 09:00:26 2019 -0700 > # Branch stable > # Node ID 0da517c3ff6ce9e0ea014a85fb7344eca61b97b2 > # Parent 7521e6d18057bfc41614d63c85424c50ee114cdf > pyt