Supporting unversioned files downloads.
This commit is contained in:
parent
5966d7fe76
commit
abf3c0b9a7
@ -98,7 +98,7 @@ FossilRepo >> lastVersionPath: aFileNameWithRelativePath [
|
||||
case or the unversioned one."
|
||||
|
||||
(self isUnversioned: aFileNameWithRelativePath)
|
||||
ifTrue: [ ^ aFileNameWithRelativePath ]
|
||||
ifTrue: [ ^ '/', aFileNameWithRelativePath ]
|
||||
ifFalse: [ ^ '/doc/tip/', aFileNameWithRelativePath ]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user