MCPcopy Create free account
hub / github.com/carbonengine/trinity / _revert

Method _revert

shadercompiler/pythonBuildScript/build.py:282–286  ·  view source on GitHub ↗
(self, paths)

Source from the content-addressed store, hash-verified

280 self._revert(paths)
281
282 def _revert(self, paths):
283 logging.info(f'Reverting {len(paths)} files in Perforce')
284 self._p4('revert', paths)
285 logging.debug(f'Removing CL {self._cl}')
286 self._p4('change', ['-d', self._cl])
287
288 def _create_cl(self):
289 desc = f"""

Callers 1

submitMethod · 0.95

Calls 1

_p4Method · 0.95

Tested by

no test coverage detected