75
75
tree, path = workingtree.WorkingTree.open_containing(directory)
76
76
target_tree = builtins._get_one_revision_tree('shelf2', revision,
78
return klass(tree, target_tree, diff_writer, all, all, file_list,
79
return klass(tree, target_tree, diff_writer, all, all, files, message)
82
82
"""Interactively shelve the changes."""