D6851: narrow: don't hexify paths and double-hexify known nodes on wire (BC)

2019-09-15 Thread martinvonz (Martin von Zweigbergk)
martinvonz edited the summary of this revision. martinvonz updated this revision to Diff 16553. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6851?vs=16544=16553 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6851/new/ REVISION DETAIL

D6851: narrow: don't hexify paths and double-hexify known nodes on wire (BC)

2019-09-15 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. Hmm, I just noticed that we separate these paths by commas (not nulls) in other places, so I'll make this consistent with that. I guess that means we don't support paths containing commas for includes or excludes, but fixing that is a separate problem.

mercurial@42931: 5 new changesets

2019-09-15 Thread Mercurial Commits
5 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/d459cd8ea42d changeset: 42927:d459cd8ea42d user:Augie Fackler date:Tue Sep 10 09:21:38 2019 -0400 summary: interfaces: introduce an interface for dirstate implementations

D6735: update: added support for --abort flag(issue4404)

2019-09-15 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. Here's a case I stumbled upon that is a problem. It looks like it thinks it isn't in the middle of an update, but .hgsubstate isn't put back to the pre-update state. diff --git a/tests/test-subrepo.t b/tests/test-subrepo.t --- a/tests/test-subrepo.t

D6858: zstandard: vendor python-zstandard 0.11

2019-09-15 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added subscribers: mercurial-devel, mjpieters. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The upstream source distribution from PyPI was extracted. Unwanted files were removed. The clang-format ignore list was updated to reflect the new

Re: [PATCH] rust-cpython: add sanity check to PySharedState::decrease_leak_count()

2019-09-15 Thread Raphaël Gomès
Good idea, thanks! On 9/15/19 6:29 PM, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1568555012 -32400 # Sun Sep 15 22:43:32 2019 +0900 # Node ID 071b35e3f7cde53cbf411a536091153741dc4a37 # Parent 34ed651ba7e4a4b7f0ee79c5a5442b5eed27bbad rust-cpython: add sanity

D6850: bundle2: fix an off-by-one in debug message of number of parts

2019-09-15 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG181ee2118a96: bundle2: fix an off-by-one in debug message of number of parts (authored by martinvonz). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review". REPOSITORY rHG

[PATCH] rust-cpython: add sanity check to PySharedState::decrease_leak_count()

2019-09-15 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1568555012 -32400 # Sun Sep 15 22:43:32 2019 +0900 # Node ID 071b35e3f7cde53cbf411a536091153741dc4a37 # Parent 34ed651ba7e4a4b7f0ee79c5a5442b5eed27bbad rust-cpython: add sanity check to PySharedState::decrease_leak_count() If

D6709: config: add --registered flag to show all known configs

2019-09-15 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D6709#100618 , @marmoute wrote: > In D6709#99199 , @av6 wrote: > >> I'm strongly -1 on adding qualifiers straight to the keys. The primary usage scenario here is

D6709: config: add --registered flag to show all known configs

2019-09-15 Thread marmoute (Pierre-Yves David)
This revision now requires changes to proceed. marmoute added a comment. marmoute requested changes to this revision. Sorry for the late review. I though this diff was taken while I was in vacation/unstacking-post-vacation. I just recently reappeared on my rader. I made multiple comments

D6850: bundle2: fix an off-by-one in debug message of number of parts

2019-09-15 Thread marmoute (Pierre-Yves David)
marmoute added a comment. marmoute accepted this revision. Looks good to me REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6850/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6850 To: martinvonz, durin42, #hg-reviewers, marmoute Cc: marmoute,