Supporting unversioned files.
This commit is contained in:
parent
8648ac815c
commit
aae670584a
@ -93,7 +93,7 @@ FossilRepo >> lastVersionPath: aFileNameWithRelativePath [
|
|||||||
|
|
||||||
(aFileNameWithRelativePath beginsWith: '/uv')
|
(aFileNameWithRelativePath beginsWith: '/uv')
|
||||||
ifTrue: [ ^ aFileNameWithRelativePath ]
|
ifTrue: [ ^ aFileNameWithRelativePath ]
|
||||||
ifFalse: [ '/doc/tip/', aFileNameWithRelativePath ]
|
ifFalse: [ ^ '/doc/tip/', aFileNameWithRelativePath ]
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
|
Loading…
Reference in New Issue
Block a user