Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/release/
Dlist_deprecated.py101 commit_datetime = blame['datetime']
102 if commit_datetime >= before:
130 deprecated.append((index + 1, commit_datetime, commit_hash, content))
132 for linenumber, commit_datetime, commit_hash, content in deprecated:
133 self.print_details(linenumber, commit_datetime, commit_hash, content)
135 def print_details(self, linenumber, commit_datetime, commit_hash, content): argument
136 commit_date = commit_datetime.date()
143 commit_hash, commit_datetime = subprocess.check_output(
146 commit_datetime = datetime.fromtimestamp(int(commit_datetime))
147 self.print_details(11, commit_datetime, commit_hash, content="")