added: #isGit
authorClaus Gittinger <cg@exept.de>
Fri, 02 Mar 2012 17:11:01 +0100
changeset 11352 78cdf6d851f0
parent 11351 6d878bc17b09
child 11353 5cb468550ad2
added: #isGit
MercurialSourceCodeManagementSettingsAppl.st
--- a/MercurialSourceCodeManagementSettingsAppl.st	Fri Mar 02 17:10:48 2012 +0100
+++ b/MercurialSourceCodeManagementSettingsAppl.st	Fri Mar 02 17:11:01 2012 +0100
@@ -1041,6 +1041,7 @@
 "/            prototypeList add:cvsRoot    
 "/        ].
 
+        prototypeList add:('./hgRepository').
         prototypeList add:('https://inst.kilnhg.com/Repo/Foo/Bar/Baz').
         "/ prototypeList add:('https://inst.kilnhg.com/Repo/Dino-VM/Group/Dino-VM').
         repositoryPrototypeList := prototypeList asOrderedCollection.
@@ -1258,9 +1259,9 @@
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.12 2012-03-02 15:22:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.13 2012-03-02 16:11:01 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.12 2012-03-02 15:22:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.13 2012-03-02 16:11:01 cg Exp $'
 ! !