comparison tests/test-shelve.t @ 42623:9eace8d6d537

shelve: modify help text on --interactive We now have `unshelve --interactive` after rHG5162753c4c14. So, the help text on `shelve --interactive` suggesting that it only works for `shelve` can be removed. Differential Revision: https://phab.mercurial-scm.org/D6654
author Navaneeth Suresh <navaneeths1998@gmail.com>
date Thu, 18 Jul 2019 21:10:17 +0530
parents 5162753c4c14
children 944604118c0f
comparison
equal deleted inserted replaced
42622:74ba82abbf29 42623:9eace8d6d537
77 -l --list list current shelves 77 -l --list list current shelves
78 -m --message TEXT use text as shelve message 78 -m --message TEXT use text as shelve message
79 -n --name NAME use the given name for the shelved commit 79 -n --name NAME use the given name for the shelved commit
80 -p --patch output patches for changes (provide the names of the 80 -p --patch output patches for changes (provide the names of the
81 shelved changes as positional arguments) 81 shelved changes as positional arguments)
82 -i --interactive interactive mode, only works while creating a shelve 82 -i --interactive interactive mode
83 --stat output diffstat-style summary of changes (provide 83 --stat output diffstat-style summary of changes (provide
84 the names of the shelved changes as positional 84 the names of the shelved changes as positional
85 arguments) 85 arguments)
86 -I --include PATTERN [+] include names matching the given patterns 86 -I --include PATTERN [+] include names matching the given patterns
87 -X --exclude PATTERN [+] exclude names matching the given patterns 87 -X --exclude PATTERN [+] exclude names matching the given patterns