aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
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
commite64aed755afc05ffc3cb126185cb1902555c5281 (patch)
tree5e1fd1f18390db37b7a61e667c67790d0afe4530 /prosodyctl
parentf9a6cc2cc9905059ff76fe95e07d0810840028a6 (diff)
downloadprosody-e64aed755afc05ffc3cb126185cb1902555c5281.tar.gz
prosody-e64aed755afc05ffc3cb126185cb1902555c5281.zip
prosodyctl: Document magic commit ID
Diffstat (limited to 'prosodyctl')
-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 ";