Software /
code /
prosody
Changeset
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 |
parents | 10999:37b884d675f7 |
children | 11001:09b74aba015d |
files | doc/coding_style.md |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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: