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