ChangeSetDiffComponent.st
branchjv
changeset 3051 e056039b3a1b
parent 3042 48e76977cdc3
child 3069 89d2cfee177f
--- a/ChangeSetDiffComponent.st	Fri Apr 13 14:16:05 2012 +0100
+++ b/ChangeSetDiffComponent.st	Wed Apr 18 21:21:56 2012 +0100
@@ -230,6 +230,13 @@
     ^false
 !
 
+isForVersionMethod
+    "Returns true, if this is an entry for version method"
+    ^self subclassResponsibility
+
+    "Created: / 18-04-2012 / 19:04:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 isMerged
     "raise an error: must be redefined in concrete subclass(es)"
 
@@ -243,5 +250,5 @@
 !
 
 version_SVN
-    ^ '$Id: ChangeSetDiffComponent.st 1909 2012-03-31 00:14:49Z vranyj1 $'
+    ^ '$Id: ChangeSetDiffComponent.st 1920 2012-04-18 20:21:56Z vranyj1 $'
 ! !