Show More
@@ -1055,6 +1055,8 b' def _dounshelve(ui, repo, *shelved, **op' | |||||
1055 | _('delete the named shelved change(s)')), |
|
1055 | _('delete the named shelved change(s)')), | |
1056 | ('e', 'edit', False, |
|
1056 | ('e', 'edit', False, | |
1057 | _('invoke editor on commit messages')), |
|
1057 | _('invoke editor on commit messages')), | |
|
1058 | ('k', 'keep', False, | |||
|
1059 | _('shelve, but keep changes in the working directory')), | |||
1058 | ('l', 'list', None, |
|
1060 | ('l', 'list', None, | |
1059 | _('list current shelves')), |
|
1061 | _('list current shelves')), | |
1060 | ('m', 'message', '', |
|
1062 | ('m', 'message', '', |
@@ -76,6 +76,7 b' shelve has a help message' | |||||
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 | |
|
79 | -k --keep shelve, but keep changes in the working directory | |||
79 | -l --list list current shelves |
|
80 | -l --list list current shelves | |
80 | -m --message TEXT use text as shelve message |
|
81 | -m --message TEXT use text as shelve message | |
81 | -n --name NAME use the given name for the shelved commit |
|
82 | -n --name NAME use the given name for the shelved commit |
General Comments 0
You need to be logged in to leave comments.
Login now