comparison tests/test-uncommit.t @ 40955:f6187e60f792

help: present boolean arguments as "--[no-]foo" This should make it much more discoverable (we document it in `hg help flags`, but most users don't think to look there). Note that flags that default to None (and not False) will not get this new presentation. We can change the defaults to False later for flags where it makes sense (probably almost all boolean flags). Differential Revision: https://phab.mercurial-scm.org/D5432
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 14 Dec 2018 13:44:46 -0800
parents 8604f130eb43
children fcc0a7ac9ebd
comparison
equal deleted inserted replaced
40954:8604f130eb43 40955:f6187e60f792
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 --[no-]keep allow an empty commit after uncommiting (default:
38 off) 38 off)
39 -I --include PATTERN [+] include names matching the given patterns 39 -I --include PATTERN [+] include names matching the given patterns
40 -X --exclude PATTERN [+] exclude names matching the given patterns 40 -X --exclude PATTERN [+] exclude names matching the given patterns
41 41
42 (some details hidden, use --verbose to show complete help) 42 (some details hidden, use --verbose to show complete help)