git/GitCommitDialog.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 29 Jan 2013 16:31:57 +0000
changeset 207 fce7e7b62741
parent 45 dfe5c7416a4e
child 481 0cfef855baa2
permissions -rw-r--r--
HGCommand: added tracing of executed commands.

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

SCMAbstractCommitDialog subclass:#GitCommitDialog
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Git-StX-Interface'
!


!GitCommitDialog class methodsFor:'image specs'!

dialogIcon
    ^ GitIconLibrary gitLogo1

    "Created: / 13-04-2008 / 11:06:56 / Jan Vrany <vranyj1@fel.cvut.cz>"
    "Modified: / 04-10-2012 / 19:16:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
! !

!GitCommitDialog class methodsFor:'documentation'!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !