mercurial/commands.py
changeset 44296 5830efce522b
parent 44240 15eb90965a00
child 44306 a0ec05d93c8e
equal deleted inserted replaced
44295:142d2a4cb69a 44296:5830efce522b
  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'),