mercurial/HGCommandError.st
author vranyj1@bd9d3459-6c23-4dd9-91de-98eeebb81177
Tue, 23 Oct 2012 10:37:14 +0000
changeset 36 41cb88196e69
child 54 66045198bfbc
permissions -rw-r--r--
- HGTests changed: #test_01a - HGError added: #version_SVN - HGStatus added:15 methods changed: #isRemoved #name - HGNodeId added: #version_SVN - stx_libscm_mercurial changed: #classNamesAndAttributes #extensionMethodNames #preRequisites - HGCommandParser added:7 methods - HGWorkingCopyFile added:7 methods changed: #status - HGCommand added: #status changed: #execute - HGCommandError added: #version_SVN - HGCommit added: #version_SVN

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

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


!HGCommandError class methodsFor:'documentation'!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !