108
108
class cmd_shelve(bzrlib.commands.Command):
110
110
Use 'unshelve' to restore these changes.
113
118
If a revision is specified, all changes since that revision will may be
118
125
def run(self, all=False, file_list=None, message=None, revision=None):
119
126
if file_list is not None and len(file_list) > 0: