6644 (b'c', b'clean', None, _(b'show only files without changes')), |
6644 (b'c', b'clean', None, _(b'show only files without changes')), |
6645 (b'u', b'unknown', None, _(b'show only unknown (not tracked) files')), |
6645 (b'u', b'unknown', None, _(b'show only unknown (not tracked) files')), |
6646 (b'i', b'ignored', None, _(b'show only ignored files')), |
6646 (b'i', b'ignored', None, _(b'show only ignored files')), |
6647 (b'n', b'no-status', None, _(b'hide status prefix')), |
6647 (b'n', b'no-status', None, _(b'hide status prefix')), |
6648 (b't', b'terse', _NOTTERSE, _(b'show the terse output (EXPERIMENTAL)')), |
6648 (b't', b'terse', _NOTTERSE, _(b'show the terse output (EXPERIMENTAL)')), |
6649 (b'C', b'copies', None, _(b'show source of copied files')), |
6649 (b'C', b'copies', None, _(b'show source of copied files (DEFAULT: ui.statuscopies)')), |
6650 ( |
6650 ( |
6651 b'0', |
6651 b'0', |
6652 b'print0', |
6652 b'print0', |
6653 None, |
6653 None, |
6654 _(b'end filenames with NUL, for use with xargs'), |
6654 _(b'end filenames with NUL, for use with xargs'), |