comparison tests/test-uncommit.t @ 41010:e8e2a7656e83

help: hide default value for default-off flags If we no longer show the "[no-]" for default-off flags, it also seems unnecessary to show the "default: off" for them, since that's quite clearly the default. It's extra confusing for action flags like `hg bookmarks --delete`. Differential Revision: https://phab.mercurial-scm.org/D5455
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 19 Dec 2018 09:33:42 -0800
parents fcc0a7ac9ebd
children c7d425f7f5c9
comparison
equal deleted inserted replaced
41009:fcc0a7ac9ebd 41010:e8e2a7656e83
32 32
33 (use 'hg help -e uncommit' to show help for the uncommit extension) 33 (use 'hg help -e uncommit' to show help for the uncommit extension)
34 34
35 options ([+] can be repeated): 35 options ([+] can be repeated):
36 36
37 --keep allow an empty commit after uncommiting (default: 37 --keep allow an empty commit after uncommiting
38 off)
39 -I --include PATTERN [+] include names matching the given patterns 38 -I --include PATTERN [+] include names matching the given patterns
40 -X --exclude PATTERN [+] exclude names matching the given patterns 39 -X --exclude PATTERN [+] exclude names matching the given patterns
41 40
42 (some details hidden, use --verbose to show complete help) 41 (some details hidden, use --verbose to show complete help)
43 42