Fixing status `ADDED`.

This commit is contained in:
ruidajo 2022-03-18 19:21:50 -05:00
parent f3fb8b7fd7
commit 64576a1a8c
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ FossilRepo >> status [
added := status lines select: [ :line | line beginsWith: 'ADDED' ].
output
at: 'added'
put: (edited collect:
put: (added collect:
[ :line | (line withoutPrefix: 'ADDED') trimmed accentedCharactersCorrection ]).
missing := status lines select: [ :line | line beginsWith: 'MISSING' ].