152
157
class cmd_shelve(Command):
153
158
"""Temporarily remove some changes from the current tree.
154
159
Use 'unshelve' to restore these changes.
167
def run(self, file_list=None, message=None, revision=None):
160
170
class cmd_unshelve(Command):
161
171
"""Restore previously-shelved changes to the current tree.