Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 44342:5830efce522b
help: when possible, indicate flags implied by tweakdefaults
Differential Revision: https://phab.mercurial-scm.org/D8101
author | Valentin Gatien-Baron <valentin.gatienbaron@gmail.com> |
---|---|
date | Sun, 09 Feb 2020 16:18:26 -0500 |
parents | 15eb90965a00 |
children | a0ec05d93c8e |
comparison
equal
deleted
inserted
replaced
44341:142d2a4cb69a | 44342: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'), |