mercurial/HGNoSuchBranchError.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 30 Nov 2012 21:42:46 +0000
changeset 115 b1ed2d29054b
parent 105 25e8ff9d2a31
child 210 54a73fa50d40
permissions -rw-r--r--
version_HG changed to return string. Bu default, there is no real changeset id in the string (unless KeywordsExtension is enabled). However, there is no need for stc itself now embeds changeset id into binary revision.

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

HGError subclass:#HGNoSuchBranchError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Mercurial-Exceptions'
!


!HGNoSuchBranchError class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
! !