mercurial/HGAuthorQuery.st
changeset 54 66045198bfbc
parent 49 ffb879bfafe7
child 115 b1ed2d29054b
--- a/mercurial/HGAuthorQuery.st	Thu Nov 15 01:42:14 2012 +0000
+++ b/mercurial/HGAuthorQuery.st	Thu Nov 15 01:44:36 2012 +0000
@@ -10,6 +10,11 @@
 
 !HGAuthorQuery class methodsFor:'documentation'!
 
+version_HG
+    "Never, ever change this method. Ask JV or CG why"
+    ^thisContext method mclass theNonMetaclass instVarNamed: #revision
+!
+
 version_SVN
     ^ '$Id::                                                                                                                        $'
 ! !