MCPcopy
hub / github.com/catppuccin/catppuccin / bzr_diff_command

Method bzr_diff_command

samples/python1.py:349–351  ·  view source on GitHub ↗
(self, file_name)

Source from the content-addressed store, hash-verified

347 return params
348
349 def bzr_diff_command(self, file_name):
350 vcs_options = self.settings.get('vcs_options', {}).get('bzr', [])
351 return [get_user_command('bzr') or 'bzr', 'diff'] + vcs_options + [file_name]
352
353 def hg_diff_command(self, file_name):
354 vcs_options = self.settings.get('vcs_options', {}).get('hg', [])

Callers

nothing calls this directly

Calls 1

get_user_commandFunction · 0.85

Tested by

no test coverage detected