MercurialSourceCodeManagementSettingsAppl.st
changeset 13315 028263ad9c01
parent 13291 b136fdb911aa
child 13333 2e8aa3023772
child 13668 fa213bf66a31
equal deleted inserted replaced
13314:35d6805ec9ae 13315:028263ad9c01
  1074 "/        cvsRoot := self cvsRootFromCVSRootFileOrNil.
  1074 "/        cvsRoot := self cvsRootFromCVSRootFileOrNil.
  1075 "/        cvsRoot notNil ifTrue:[
  1075 "/        cvsRoot notNil ifTrue:[
  1076 "/            prototypeList add:cvsRoot    
  1076 "/            prototypeList add:cvsRoot    
  1077 "/        ].
  1077 "/        ].
  1078 
  1078 
  1079         prototypeList add:('.' asFilename / 'hgRepository') name.
  1079         prototypeList add:(Filename currentDirectory / 'hgRepository') name.
       
  1080         prototypeList add:(Filename currentDirectory / '.hgRepository') name.
  1080         prototypeList add:(OperatingSystem getHomeDirectory asFilename / 'hgRepository') pathName.
  1081         prototypeList add:(OperatingSystem getHomeDirectory asFilename / 'hgRepository') pathName.
  1081         prototypeList add:(OperatingSystem getHomeDirectory asFilename / '.smalltalk' / 'hgRepository') pathName.
  1082         prototypeList add:(OperatingSystem getHomeDirectory asFilename / '.smalltalk' / 'hgRepository') pathName.
  1082         prototypeList add:('https://inst.kilnhg.com/Repo/Foo/Bar/Baz').
  1083         prototypeList add:('https://inst.kilnhg.com/Repo/Foo/Bar/Baz').
  1083         "/ prototypeList add:('https://inst.kilnhg.com/Repo/Dino-VM/Group/Dino-VM').
  1084         "/ prototypeList add:('https://inst.kilnhg.com/Repo/Dino-VM/Group/Dino-VM').
  1084         repositoryPrototypeList := prototypeList asOrderedCollection.
  1085         repositoryPrototypeList := prototypeList asOrderedCollection.
  1238 ! !
  1239 ! !
  1239 
  1240 
  1240 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1241 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1241 
  1242 
  1242 version
  1243 version
  1243     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.24 2013-08-01 07:41:46 cg Exp $'
  1244     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.25 2013-08-11 09:58:59 cg Exp $'
  1244 !
  1245 !
  1245 
  1246 
  1246 version_CVS
  1247 version_CVS
  1247     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.24 2013-08-01 07:41:46 cg Exp $'
  1248     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.25 2013-08-11 09:58:59 cg Exp $'
  1248 ! !
  1249 ! !
  1249 
  1250