631
638
if self._commit_all_changes or record[2]:# [2] checkbox
632
639
file_id = record[0] # [0] file_id
633
640
path = record[1] # [1] real path
635
643
files.append(path.decode('UTF-8'))
636
644
if self._enable_per_file_commits and file_message:
637
645
# All of this needs to be utf-8 information
638
647
file_info.append({'path':path, 'file_id':file_id,
640
649
file_info.sort(key=lambda x:(x['path'], x['file_id']))