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

Method _check_is_current

gitless/core.py:1288–1291  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1286 raise GlError('Fuse in progress')
1287
1288 def _check_is_current(self):
1289 if not self.is_current:
1290 raise BranchIsCurrentError(
1291 'Branch {0} is the current branch'.format(self.branch_name))
1292
1293
1294class Tag(object):

Callers 2

mergeMethod · 0.95
fuseMethod · 0.95

Calls 1

Tested by

no test coverage detected