D8385: hgk: remove a "b" used on a kwargs expansion, the keys are strs

2020-04-06 Thread spectral (Kyle Lippincott)
spectral created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D8385 AFFECTED FILES hgext/hgk.py CHANGE DETAILS diff --git a/hgext/hgk.py

Re: Moving patches traffic to a another list?

2020-04-06 Thread Augie Fackler
> On Apr 5, 2020, at 19:38, Pierre-Yves David > wrote: > > A couple of day ago, you asked on IRC for help on how to create a new list. > It looks like the `newlist` utility is meant for that. A small blog post give > some more details here: > >

mercurial@44667: new changeset (1 on stable)

2020-04-06 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/b561f3a68e41 changeset: 44667:b561f3a68e41 branch: stable tag: tip parent: 44650:3f29c5edac8e user:Pierre-Yves David date:Mon Apr 06 00:24:57 2020 +0200 summary: discovery:

D8384: rust-chg: silence warning about dated coding style

2020-04-06 Thread yuja (Yuya Nishihara)
yuja created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D8384 AFFECTED FILES rust/chg/src/message.rs rust/chg/src/runcommand.rs CHANGE

D8382: rust-chg: send client side umask to server

2020-04-06 Thread yuja (Yuya Nishihara)
yuja created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is equivalent to forwardumask() of hgclient.c. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D8382 AFFECTED

D8383: rust-chg: update name of the server process

2020-04-06 Thread yuja (Yuya Nishihara)
yuja created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is a copy of updateprocname() of hgclient.c. At this point, rust-chg is basically functional. I did dogfooding for a couple of weeks in 2018. There are a

D8381: rust-chg: add config validation and process returned instructions

2020-04-06 Thread yuja (Yuya Nishihara)
yuja created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is the reimplementation of runinstructions() and main() in chg.c. In Rust version, we only pass in early arguments to the server as the locator doesn't

D8380: rust-chg: collect server flags from command arguments

2020-04-06 Thread yuja (Yuya Nishihara)
yuja created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is the reimplementation of testsensitiveflag() and setcmdserverargs() of chg.c. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL

D8379: rust-chg: add interface to run "validate" request

2020-04-06 Thread yuja (Yuya Nishihara)
yuja created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D8379 AFFECTED FILES rust/chg/src/clientext.rs CHANGE DETAILS diff --git

D8378: rust-chg: add helper to parse instructions sent from server

2020-04-06 Thread yuja (Yuya Nishihara)
yuja created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is well structured version of runinstructions() of chg.c. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D8378

Re: [PATCH STABLE V2] discovery: avoid wrongly saying there are nothing to pull

2020-04-06 Thread Yuya Nishihara
On Mon, 06 Apr 2020 01:33:28 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1586125497 -7200 > # Mon Apr 06 00:24:57 2020 +0200 > # Branch stable > # Node ID 2d761788a0f24e85d6d7e2784a72fa13ccf5217b > # Parent

Re: [PATCH STABLE] discovery: avoid wrongly saying there are nothing to pull

2020-04-06 Thread Pierre-Yves David
This one left with unwanted change, disregard it in favor on v2 On 4/6/20 1:32 AM, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1586125497 -7200 # Mon Apr 06 00:24:57 2020 +0200 # Branch stable # Node ID e58f537d4c33b4d203b867eca11a1e19ae65e4b9 # Parent