class: MercurialSourceCodeManagementSettingsAppl
authorClaus Gittinger <cg@exept.de>
Sun, 11 Aug 2013 11:58:59 +0200
changeset 13315 028263ad9c01
parent 13314 35d6805ec9ae
child 13316 1f476bdeb46c
class: MercurialSourceCodeManagementSettingsAppl changed: #repositoryPrototypeList
MercurialSourceCodeManagementSettingsAppl.st
--- a/MercurialSourceCodeManagementSettingsAppl.st	Sat Aug 10 13:12:05 2013 +0200
+++ b/MercurialSourceCodeManagementSettingsAppl.st	Sun Aug 11 11:58:59 2013 +0200
@@ -1076,7 +1076,8 @@
 "/            prototypeList add:cvsRoot    
 "/        ].
 
-        prototypeList add:('.' asFilename / 'hgRepository') name.
+        prototypeList add:(Filename currentDirectory / 'hgRepository') name.
+        prototypeList add:(Filename currentDirectory / '.hgRepository') name.
         prototypeList add:(OperatingSystem getHomeDirectory asFilename / 'hgRepository') pathName.
         prototypeList add:(OperatingSystem getHomeDirectory asFilename / '.smalltalk' / 'hgRepository') pathName.
         prototypeList add:('https://inst.kilnhg.com/Repo/Foo/Bar/Baz').
@@ -1240,10 +1241,10 @@
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.24 2013-08-01 07:41:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.25 2013-08-11 09:58:59 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.24 2013-08-01 07:41:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.25 2013-08-11 09:58:59 cg Exp $'
 ! !