Mercurial > public > mercurial-scm > hg
log rust/chg/src/runcommand.rs @ 53042:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Thu, 01 Oct 2020 09:09:35 -0700 | Martin von Zweigbergk | rust: move rustfmt.toml to repo root so it can be used by `hg fix` |
Fri, 10 Apr 2020 22:44:51 +0900 | Yuya Nishihara | rust-chg: reimplement run_command operation as async function |
Fri, 10 Apr 2020 22:30:50 +0900 | Yuya Nishihara | rust-chg: indent process_message() to prepare mass rewrite to futures-0.3 |
Fri, 10 Apr 2020 21:38:08 +0900 | Yuya Nishihara | rust-chg: use "crate::" to import local modules |
Tue, 31 Mar 2020 23:25:26 +0900 | Yuya Nishihara | rust-chg: silence warning about dated coding style |
Sat, 07 Dec 2019 13:06:25 -0800 | Gregory Szorc | rust: run rustfmt |
Mon, 24 Sep 2018 18:21:10 +0900 | Yuya Nishihara | rust-chg: add state machine to handle "runcommand" request with cHg extension |