aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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
commita916b3360781c948c8e96462b4eaf0ab50040e8b (patch)
tree14721caaf9073b8854cb53f5c784369d9e15fd3d /doc
parentb42441f0769f12ec57925ca1e4bd49779a5be409 (diff)
downloadprosody-a916b3360781c948c8e96462b4eaf0ab50040e8b.tar.gz
prosody-a916b3360781c948c8e96462b4eaf0ab50040e8b.zip
coding_style: Replace mention of git with hg
We use Mercurial, not git!
Diffstat (limited to 'doc')
-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: