2048
2048
:param file_list: the list of paths given on the command line;
2049
2049
the first of these can be a branch location or a file path,
2050
2050
the remainder must be file paths
2053
2053
:return: (branch, info_list, start_rev_info, end_rev_info) where
2054
2054
info_list is a list of (relative_path, file_id, kind) tuples where
2055
2055
kind is one of values 'directory', 'file', 'symlink', 'tree-reference'.