# HG changeset patch
# User Paul Aurich <paul@darkrain42.org>
# Date 1427920231 25200
# Node ID 65dd3770bcb0d67386a2f7e60033a69bb2a2eac2
# Parent  7c4cf87f4dff161817529481f4752b2f8ed2954b
prosodyctl: Document magic commit ID

diff -r 7c4cf87f4dff -r 65dd3770bcb0 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  ";