mercurial/HGCommandError.st
author vranyj1@bd9d3459-6c23-4dd9-91de-98eeebb81177
Thu, 15 Nov 2012 01:44:36 +0000
changeset 54 66045198bfbc
parent 36 41cb88196e69
child 115 b1ed2d29054b
permissions -rw-r--r--
More changes towards self hosting. Some work on model is still missing...

"{ Package: 'stx:libscm/mercurial' }"

HGError subclass:#HGCommandError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Mercurial-Core'
!


!HGCommandError class methodsFor:'documentation'!

version_HG
    "Never, ever change this method. Ask JV or CG why"
    ^thisContext method mclass theNonMetaclass instVarNamed: #revision
!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !