D7911: examples: refer to nightly rustfmt in Windows-compatible way

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Jan 17 10:13:52 EST 2020


Closed by commit rHG2077ffede71f: examples: refer to nightly rustfmt in Windows-compatible way (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7911?vs=19376&id=19408

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7911/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7911

AFFECTED FILES
  contrib/examples/fix.hgrc

CHANGE DETAILS

diff --git a/contrib/examples/fix.hgrc b/contrib/examples/fix.hgrc
--- a/contrib/examples/fix.hgrc
+++ b/contrib/examples/fix.hgrc
@@ -2,7 +2,7 @@
 clang-format:command = clang-format --style file
 clang-format:pattern = set:(**.c or **.cc or **.h) and not "include:contrib/clang-format-ignorelist"
 
-rustfmt:command = $(rustup which --toolchain nightly rustfmt)
+rustfmt:command = rustfmt +nightly
 rustfmt:pattern = set:**.rs
 
 black:command = black --config=black.toml -



To: martinvonz, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list