tests/test-shelve.t
changeset 42623 9eace8d6d537
parent 42616 5162753c4c14
child 42626 944604118c0f
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