aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Aurich <paul@darkrain42.org>2015-04-01 13:30:31 -0700
committerPaul Aurich <paul@darkrain42.org>2015-04-01 13:30:31 -0700
commitec13378655bed96c1174144d9bfa540526cfa5a4 (patch)
tree5e1fd1f18390db37b7a61e667c67790d0afe4530
parentdf5f4d11127ef339d328cb82f923202457980e44 (diff)
downloadprosody-ec13378655bed96c1174144d9bfa540526cfa5a4.tar.gz
prosody-ec13378655bed96c1174144d9bfa540526cfa5a4.zip
prosodyctl: Document magic commit ID
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index abf9bf95..7c6b77d4 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -552,6 +552,7 @@ function commands.about(arg)
if not hgid and hgrepo then
return path.." - "..hgrepo .."!\n ";
end
+ -- 010452cfaf53 is the first commit in the prosody-modules repository
hgrepo = hgrepo == "010452cfaf53" and "prosody-modules";
return path..(hgid and " - "..(hgrepo or "HG").." rev: "..hgid or "")
.."\n ";