Show More
@@ -1055,6 +1055,8 b' def _dounshelve(ui, repo, *shelved, **op' | |||
|
1055 | 1055 | _('delete the named shelved change(s)')), |
|
1056 | 1056 | ('e', 'edit', False, |
|
1057 | 1057 | _('invoke editor on commit messages')), |
|
1058 | ('k', 'keep', False, | |
|
1059 | _('shelve, but keep changes in the working directory')), | |
|
1058 | 1060 | ('l', 'list', None, |
|
1059 | 1061 | _('list current shelves')), |
|
1060 | 1062 | ('m', 'message', '', |
@@ -76,6 +76,7 b' shelve has a help message' | |||
|
76 | 76 | --date DATE shelve with the specified commit date |
|
77 | 77 | -d --delete delete the named shelved change(s) |
|
78 | 78 | -e --edit invoke editor on commit messages |
|
79 | -k --keep shelve, but keep changes in the working directory | |
|
79 | 80 | -l --list list current shelves |
|
80 | 81 | -m --message TEXT use text as shelve message |
|
81 | 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