mercurial/HGPushError.st
changeset 151 527a1e85aef8
child 210 54a73fa50d40
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mercurial/HGPushError.st	Mon Dec 10 02:49:43 2012 +0000
@@ -0,0 +1,16 @@
+"{ Package: 'stx:libscm/mercurial' }"
+
+HGRepositoryError subclass:#HGPushError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'SCM-Mercurial-Exceptions'
+!
+
+
+!HGPushError class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !