MercurialSourceCodeManagementSettingsAppl.st
changeset 13315 028263ad9c01
parent 13291 b136fdb911aa
child 13333 2e8aa3023772
child 13668 fa213bf66a31
--- 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 $'
 ! !