comparison tests/test-shelve.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 22278dae287c
comparison
equal deleted inserted replaced
41009:fcc0a7ac9ebd 41010:e8e2a7656e83
73 shelving 73 shelving
74 -u --unknown store unknown files in the shelve 74 -u --unknown store unknown files in the shelve
75 --cleanup delete all shelved changes 75 --cleanup delete all shelved changes
76 --date DATE shelve with the specified commit date 76 --date DATE shelve with the specified commit date
77 -d --delete delete the named shelved change(s) 77 -d --delete delete the named shelved change(s)
78 -e --edit invoke editor on commit messages (default: off) 78 -e --edit invoke editor on commit messages
79 -l --list list current shelves 79 -l --list list current shelves
80 -m --message TEXT use text as shelve message 80 -m --message TEXT use text as shelve message
81 -n --name NAME use the given name for the shelved commit 81 -n --name NAME use the given name for the shelved commit
82 -p --patch output patches for changes (provide the names of the 82 -p --patch output patches for changes (provide the names of the
83 shelved changes as positional arguments) 83 shelved changes as positional arguments)