# HG changeset patch # User Kim Alvefur # Date 1594243348 -7200 # Node ID d9aae4734f38ba8897b597143c77de0fbb3a5f31 # Parent 37b884d675f7bb87432f0f4f274ff4f96e2d5658 coding_style: Replace mention of git with hg We use Mercurial, not git! diff -r 37b884d675f7 -r d9aae4734f38 doc/coding_style.md --- a/doc/coding_style.md Wed Jul 08 22:01:19 2020 +0200 +++ b/doc/coding_style.md Wed Jul 08 23:22:28 2020 +0200 @@ -586,7 +586,7 @@ local long_identifier = 2; ``` -> **Rationale:** This produces extra diffs which add noise to `git blame`. +> **Rationale:** This produces extra diffs which add noise to `hg annotate`. * Alignment is occasionally useful when logical correspondence is to be highlighted: