mercurial/HGCommand.st
changeset 366 9da938d1e76a
parent 357 4f4a12ecfc4f
child 368 00c2d0fda82b
child 372 5acd6d915c77
--- a/mercurial/HGCommand.st	Wed Jan 29 15:57:26 2014 +0000
+++ b/mercurial/HGCommand.st	Fri Feb 07 10:35:16 2014 +0100
@@ -68,6 +68,13 @@
 	privateIn:HGCommand
 !
 
+HGCommand subclass:#help
+	instanceVariableNames:'topic'
+	classVariableNames:''
+	poolDictionaries:''
+	privateIn:HGCommand
+!
+
 HGCommand subclass:#locate
 	instanceVariableNames:'revision'
 	classVariableNames:''
@@ -1177,6 +1184,8 @@
     "Modified: / 08-03-2013 / 19:35:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
+
 !HGCommand::locate methodsFor:'accessing'!
 
 revision