Software /
code /
prosody
Diff
doc/coding_style.md @ 11000:d9aae4734f38
coding_style: Replace mention of git with hg
We use Mercurial, not git!
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 08 Jul 2020 23:22:28 +0200 |
parent | 9939:3a7f822f6edd |
child | 11727:f3aee8a825cc |
line wrap: on
line diff
--- 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: