prosodyctl: Document magic commit ID
authorPaul Aurich <paul@darkrain42.org>
Wed, 01 Apr 2015 13:30:31 -0700
changeset 6614 65dd3770bcb0
parent 6613 7c4cf87f4dff
child 6615 6cc48b51d699
prosodyctl: Document magic commit ID
prosodyctl
--- a/prosodyctl	Tue Mar 31 11:59:17 2015 +0100
+++ b/prosodyctl	Wed Apr 01 13:30:31 2015 -0700
@@ -552,6 +552,7 @@
 			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  ";