comparison tests/test-shelve.t @ 40954:8604f130eb43

help: show "default: off" for boolean flags that default to off Differential Revision: https://phab.mercurial-scm.org/D5431
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 14 Dec 2018 13:33:12 -0800
parents 1b836cee2d91
children f6187e60f792
comparison
equal deleted inserted replaced
40953:05abb5fb146a 40954:8604f130eb43
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 78 -e --edit invoke editor on commit messages (default: off)
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)