#REFACTORING by stefan cvs_MAIN
authorStefan Vogel <sv@exept.de>
Wed, 07 Sep 2016 17:47:48 +0200
branchcvs_MAIN
changeset 709 d27997ce54c4
parent 708 222fe3354b87
child 710 3af9ac9bad1d
#REFACTORING by stefan class: HGError class definition make a subclass of SCMError
mercurial/HGError.st
--- a/mercurial/HGError.st	Thu Sep 01 18:29:24 2016 +0200
+++ b/mercurial/HGError.st	Wed Sep 07 17:47:48 2016 +0200
@@ -20,7 +20,7 @@
 
 "{ NameSpace: Smalltalk }"
 
-Error subclass:#HGError
+SCMError subclass:#HGError
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''