1940
1940
:param file_list: the list of paths given on the command line;
1941
1941
the first of these can be a branch location or a file path,
1942
1942
the remainder must be file paths
1943
1945
:return: (branch, info_list, start_rev_info, end_rev_info) where
1944
1946
info_list is a list of (relative_path, file_id, kind) tuples where
1945
1947
kind is one of values 'directory', 'file', 'symlink', 'tree-reference'.