repo-dirty-body ( error -- string )


Vocabulary
mason.git.private

Inputs
erroran object


Outputs
stringan object


Definition


: repo-dirty-body ( error -- string )
[
"Dirty repository on " write host-name write
" will be re-cloned." print
"Modified and untracked files:" print nl [ print ] each
] with-string-writer ;