diff options
author | Paul Aurich <paul@darkrain42.org> | 2015-04-01 13:30:31 -0700 |
---|---|---|
committer | Paul Aurich <paul@darkrain42.org> | 2015-04-01 13:30:31 -0700 |
commit | ec13378655bed96c1174144d9bfa540526cfa5a4 (patch) | |
tree | 5e1fd1f18390db37b7a61e667c67790d0afe4530 | |
parent | df5f4d11127ef339d328cb82f923202457980e44 (diff) | |
download | prosody-ec13378655bed96c1174144d9bfa540526cfa5a4.tar.gz prosody-ec13378655bed96c1174144d9bfa540526cfa5a4.zip |
prosodyctl: Document magic commit ID
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 "; |