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 }
|
{ #category : #accessing }
|
||||||
FossilRepo >> list [
|
FossilRepo >> list [
|
||||||
|
|
||||||
|
^ (self command: 'ls') lines collect: [:line | line accentedCharactersCorrection ].
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
FossilRepo >> listSeparatingMardeepFiles [
|
||||||
|
|
||||||
| lines output markdeepFiles otherFiles |
|
| lines output markdeepFiles otherFiles |
|
||||||
output := OrderedDictionary new.
|
output := OrderedDictionary new.
|
||||||
lines := (self command: 'ls') lines.
|
lines := (self command: 'ls') lines.
|
||||||
|
Loading…
Reference in New Issue
Block a user