diff options
author | Kim Alvefur <zash@zash.se> | 2020-07-08 23:22:28 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-07-08 23:22:28 +0200 |
commit | cd300d028561e1761fe13a8ad88bf5ff05327b76 (patch) | |
tree | 14721caaf9073b8854cb53f5c784369d9e15fd3d /doc | |
parent | f2ae89296c1f2c4a2b20d259d40ab3fe14b4a87d (diff) | |
download | prosody-cd300d028561e1761fe13a8ad88bf5ff05327b76.tar.gz prosody-cd300d028561e1761fe13a8ad88bf5ff05327b76.zip |
coding_style: Replace mention of git with hg
We use Mercurial, not git!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coding_style.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coding_style.md b/doc/coding_style.md index f9a10ece..2635fa2f 100644 --- a/doc/coding_style.md +++ b/doc/coding_style.md @@ -586,7 +586,7 @@ local a = 1; 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: |