D8360: rust-chg: spawn server process if not running

2020-04-03 Thread yuja (Yuya Nishihara)
Closed by commit rHGbb936e25a84a: rust-chg: spawn server process if not running (authored by yuja). 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 Mercurial CHANGES

D8360: rust-chg: spawn server process if not running

2020-04-03 Thread Raphaël Gomès
Alphare added a comment. Alphare accepted this revision. Aside from the outdated futures and Rust edition that Yuya already said are temporary, this looks good! REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8360/new/ REVISION DETAIL

Re: D8360: rust-chg: spawn server process if not running

2020-04-02 Thread Raphaël Gomès
Aside from the outdated futures and Rust edition that Yuya already said are temporary, this looks good! On 4/2/20 1:12 PM, yuja (Yuya Nishihara) wrote: yuja created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is

D8360: rust-chg: spawn server process if not running

2020-04-02 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 minimal reimplementation of gethgcmd(), execcmdserver(), retryconnectcmdserver(), and connectcmdserver() in chg.c. No config validation is