Deprecated. Do not override this method. Override start_commit instead. :return: a status code, success or failure
(self, hexsha, author_name, author_email,
commit_message)
| 115 | """ |
| 116 | |
| 117 | def register_commit(self, hexsha, author_name, author_email, |
| 118 | commit_message): |
| 119 | """ |
| 120 | Deprecated. Do not override this method. |
| 121 | Override start_commit instead. |
| 122 | :return: a status code, success or failure |
| 123 | """ |
| 124 | raise NotImplementedError() |
| 125 | |
| 126 | @abstractmethod |
| 127 | def update_graph(self, old_filename: str, old_src: str, |