26
26
revision_list = ["revid:" + revision[0].in_history(b).rev_id]
29
return s.shelve(all_hunks=all, message=message, file_list=file_list,
32
32
class cmd_unshelve(bzrlib.commands.Command):
33
33
"""Restore previously-shelved changes to the current tree.