prosodyctl: Document magic commit ID
authorPaul Aurich <paul@darkrain42.org>
Wed, 1 Apr 2015 20:30:31 +0000 (13:30 -0700)
committerPaul Aurich <paul@darkrain42.org>
Wed, 1 Apr 2015 20:30:31 +0000 (13:30 -0700)
prosodyctl

index abf9bf95d1392a02f01c3d8f3eeaac616f73bfba..7c6b77d4f4f4b0362ac9e8361d39319173130a54 100755 (executable)
@@ -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  ";