mercurial/HGCommitError.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 07 Dec 2012 16:36:27 -0800
changeset 146 1015b8f6dc1c
child 210 54a73fa50d40
permissions -rw-r--r--
Added check for author signature before commit. If author is not specified when commiting, an HGCommitError is raise. Commit dialog checks in advance and shows warning.

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

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


!HGCommitError class methodsFor:'documentation'!

version_HG

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