176
177
target_tree = builtins._get_one_revision_tree('shelf2', revision,
178
179
files = builtins.safe_relpath_files(tree, file_list)
180
return klass(tree, target_tree, diff_writer, all, all, files,
182
return klass(tree, target_tree, diff_writer, all, all, files, message,
186
186
"""Interactively shelve the changes."""