aboutsummaryrefslogtreecommitdiffstats
path: root/doc/coding_style.md
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-07-08 23:22:28 +0200
committerKim Alvefur <zash@zash.se>2020-07-08 23:22:28 +0200
commitcd300d028561e1761fe13a8ad88bf5ff05327b76 (patch)
tree14721caaf9073b8854cb53f5c784369d9e15fd3d /doc/coding_style.md
parentf2ae89296c1f2c4a2b20d259d40ab3fe14b4a87d (diff)
downloadprosody-cd300d028561e1761fe13a8ad88bf5ff05327b76.tar.gz
prosody-cd300d028561e1761fe13a8ad88bf5ff05327b76.zip
coding_style: Replace mention of git with hg
We use Mercurial, not git!
Diffstat (limited to 'doc/coding_style.md')
-rw-r--r--doc/coding_style.md2
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: