git/GitCommitDialog.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 05 Feb 2013 10:38:13 +0100
changeset 218 8d975bd9fe4f
parent 45 dfe5c7416a4e
child 481 0cfef855baa2
permissions -rw-r--r--
Bugfix in HGPackageModelRegistry class>>flush: and pull command output parsing.

"{ 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::                                                                                                                        $'
! !