Fixing status ADDED
.
This commit is contained in:
parent
f3fb8b7fd7
commit
64576a1a8c
@ -506,7 +506,7 @@ FossilRepo >> status [
|
|||||||
added := status lines select: [ :line | line beginsWith: 'ADDED' ].
|
added := status lines select: [ :line | line beginsWith: 'ADDED' ].
|
||||||
output
|
output
|
||||||
at: 'added'
|
at: 'added'
|
||||||
put: (edited collect:
|
put: (added collect:
|
||||||
[ :line | (line withoutPrefix: 'ADDED') trimmed accentedCharactersCorrection ]).
|
[ :line | (line withoutPrefix: 'ADDED') trimmed accentedCharactersCorrection ]).
|
||||||
|
|
||||||
missing := status lines select: [ :line | line beginsWith: 'MISSING' ].
|
missing := status lines select: [ :line | line beginsWith: 'MISSING' ].
|
||||||
|
Loading…
Reference in New Issue
Block a user