424
424
Option('user-map', type=str,
425
425
help="Path to file containing a map of user-ids.",
428
428
help="Preserve all commits and links between them"
432
432
def run(self, source=None, verbose=False, include_paths=None,
435
435
from fastimport.processors import filter_processor
437
437
'include_paths': include_paths,
438
438
'exclude_paths': exclude_paths,
441
441
from fastimport import parser
442
442
stream = _get_source_stream(source)