Making the software more modular. TO DO: refactor with improved #list method.
This commit is contained in:
parent
2b743dbd9a
commit
38a72d1f79
@ -334,6 +334,12 @@ FossilRepo >> lastVersionPath: aFileNameWithRelativePath [
|
||||
{ #category : #accessing }
|
||||
FossilRepo >> list [
|
||||
|
||||
^ (self command: 'ls') lines collect: [:line | line accentedCharactersCorrection ].
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
FossilRepo >> listSeparatingMardeepFiles [
|
||||
|
||||
| lines output markdeepFiles otherFiles |
|
||||
output := OrderedDictionary new.
|
||||
lines := (self command: 'ls') lines.
|
||||
|
Loading…
Reference in New Issue
Block a user