MCPcopy
hub / github.com/catppuccin/catppuccin / hg_status_command

Method hg_status_command

samples/python1.py:707–708  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

705 return [get_user_command('bzr') or 'bzr', 'status', '-S', '--no-pending', '-V']
706
707 def hg_status_command(self):
708 return [get_user_command('hg') or 'hg', 'status']
709
710 def tf_status_command(self):
711 return [get_user_command('tf') or 'tf', 'status']

Callers

nothing calls this directly

Calls 1

get_user_commandFunction · 0.85

Tested by

no test coverage detected