Supporting unversioned files.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-04-08 21:37:22 +00:00
parent 8648ac815c
commit aae670584a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ FossilRepo >> lastVersionPath: aFileNameWithRelativePath [
(aFileNameWithRelativePath beginsWith: '/uv')
ifTrue: [ ^ aFileNameWithRelativePath ]
ifFalse: [ '/doc/tip/', aFileNameWithRelativePath ]
ifFalse: [ ^ '/doc/tip/', aFileNameWithRelativePath ]
]
{ #category : #accessing }