Fixing repository detection.
This commit is contained in:
parent
2353ffb15f
commit
528c5adf29
@ -112,7 +112,7 @@ TiddlyWiki >> detectRepositoryLocal [
|
||||
| folder folderItems |
|
||||
folder := self file parent.
|
||||
folderItems := folder children.
|
||||
[(folderItems select: [ :path | path basename beginsWith: '.fossil' ]) isEmpty
|
||||
[(folderItems select: [ :path | path basename beginsWith: '.fslckout' ]) isEmpty
|
||||
and:[ (folder = FileLocator root) not ]]
|
||||
whileTrue: [folder := folder parent.
|
||||
folderItems := folder children.].
|
||||
|
Loading…
Reference in New Issue
Block a user