git/GitSignatureQuery.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 05 Feb 2014 13:28:46 +0000
branchcvs_MAIN
changeset 481 0cfef855baa2
parent 31 d96d7eff6efc
permissions -rw-r--r--
Initial import from upstream repository repo: https://janvrany@bitbucket.org/janvrany/stx-libscm rev: 1ce5bbf

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

Query subclass:#GitSignatureQuery
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Git-Exceptions'
!


!GitSignatureQuery class methodsFor:'documentation'!

version_GIT
    "Never, ever change this method. Ask JV or CG why"
    ^thisContext method mclass theNonMetaclass instVarNamed: #revision
!

version_SVN
    ^ '$Id$'
! !