equal
deleted
inserted
replaced
58 -e --edit invoke editor on commit messages |
58 -e --edit invoke editor on commit messages |
59 -l --list list current shelves |
59 -l --list list current shelves |
60 -m --message TEXT use text as shelve message |
60 -m --message TEXT use text as shelve message |
61 -n --name NAME use the given name for the shelved commit |
61 -n --name NAME use the given name for the shelved commit |
62 -p --patch show patch |
62 -p --patch show patch |
63 -i --interactive interactive mode, only works while creating a shelve |
|
64 --stat output diffstat-style summary of changes |
63 --stat output diffstat-style summary of changes |
65 -I --include PATTERN [+] include names matching the given patterns |
64 -I --include PATTERN [+] include names matching the given patterns |
66 -X --exclude PATTERN [+] exclude names matching the given patterns |
65 -X --exclude PATTERN [+] exclude names matching the given patterns |
67 --mq operate on patch repository |
66 --mq operate on patch repository |
68 |
67 |