Debugging unversioned files support.
This commit is contained in:
parent
35311a452b
commit
8a5465f2d8
@ -61,8 +61,6 @@ FossilRepo >> fetchPage: pageName [
|
|||||||
FossilRepo >> isUnversioned: aFileNameWithRelativePath [
|
FossilRepo >> isUnversioned: aFileNameWithRelativePath [
|
||||||
|
|
||||||
^ (aFileNameWithRelativePath beginsWith: 'uv')
|
^ (aFileNameWithRelativePath beginsWith: 'uv')
|
||||||
ifTrue: [ ^ aFileNameWithRelativePath ]
|
|
||||||
ifFalse: [ ^ '/doc/tip/', aFileNameWithRelativePath ]
|
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #utilities }
|
{ #category : #utilities }
|
||||||
|
Loading…
Reference in New Issue
Block a user