Skip to content

Commit

Permalink
Document 'R' (replaced) file state
Browse files Browse the repository at this point in the history
Fixes: #336 ("Missing explanation for status 'R'")
  • Loading branch information
marcus-h committed Oct 3, 2017
1 parent f52cf77 commit aea395a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -4416,6 +4416,7 @@ def do_status(self, subcmd, opts, *args):
'C' Conflicted
'D' Deleted
'M' Modified
'R' Replaced (file was deleted and added again afterwards)
'?' item is not under version control
'!' item is missing (removed by non-osc command) or incomplete
'S' item is skipped (item exceeds a file size limit or is _service:* file)
Expand Down

0 comments on commit aea395a

Please sign in to comment.