prosodyctl
changeset 6614 65dd3770bcb0
parent 6590 54306208f30b
child 6615 6cc48b51d699
--- 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  ";