Changeset

6611:65dd3770bcb0

prosodyctl: Document magic commit ID
author Paul Aurich <paul@darkrain42.org>
date Wed, 01 Apr 2015 13:30:31 -0700
parents 6610:7c4cf87f4dff
children 6612:6cc48b51d699
files prosodyctl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  ";