git/GitSignatureQuery.st
changeset 16 83e178bfe891
child 31 d96d7eff6efc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/git/GitSignatureQuery.st	Tue Sep 25 15:35:04 2012 +0000
@@ -0,0 +1,15 @@
+"{ Package: 'stx:libscm/git' }"
+
+Query subclass:#GitSignatureQuery
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'SCM-Git-Exceptions'
+!
+
+
+!GitSignatureQuery class methodsFor:'documentation'!
+
+version_SVN
+    ^ '$Id::                                                                                                                        $'
+! !