MCPcopy
hub / github.com/gitless-vcs/gitless / _stash_msg_merge

Function _stash_msg_merge

gitless/core.py:1333–1334  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1331 return _stash_msg('fuse-{0}'.format(name))
1332
1333def _stash_msg_merge(name):
1334 return _stash_msg('merge-{0}'.format(name))
1335
1336
1337# Misc

Callers 1

mergeMethod · 0.85

Calls 1

_stash_msgFunction · 0.85

Tested by

no test coverage detected