Debugging unversioned files support.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-04-08 22:28:12 +00:00
parent 35311a452b
commit 8a5465f2d8
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ FossilRepo >> fetchPage: pageName [
FossilRepo >> isUnversioned: aFileNameWithRelativePath [
^ (aFileNameWithRelativePath beginsWith: 'uv')
ifTrue: [ ^ aFileNameWithRelativePath ]
ifFalse: [ ^ '/doc/tip/', aFileNameWithRelativePath ]
]
{ #category : #utilities }