45
45
"""Absorb add reports and do nothing."""
48
49
def add_reporter_print(path, kind, entry):
49
50
"""Print a line to stdout for each file that's added."""
50
51
print "added", bzrlib.osutils.quotefn(path)
52
54
def _prepare_file_list(file_list):
53
55
"""Prepare a file list for use by smart_add_*."""