Home
last modified time | relevance | path

Searched refs:track_commit (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/libchrome_tools/uprev/
Dreconnect_history.py205 def reconstruct_files(track_commit, blame_untracked_lines, blames, argument
225 if line[1] == track_commit:
229 print('Reconstructing', current_file, 'for', track_commit)
300 track_commit = min(commits_to_track)
302 (track_commit, commit_msg_cache[track_commit].title))
303 constructed_files = reconstruct_files(track_commit,
314 meta = commit_msg_cache[track_commit]
317 (meta.message + b'\n(Reconstructed from ' + track_commit + b')\n'),