MCPcopy Create free account
hub / github.com/git/git / updateOptionDict

Method updateOptionDict

git-p4.py:3713–3718  ·  view source on GitHub ↗
(self, d)

Source from the content-addressed store, hash-verified

3711 self.knownBranches[branch] = branch
3712
3713 def updateOptionDict(self, d):
3714 option_keys = {}
3715 if self.keepRepoPath:
3716 option_keys['keepRepoPath'] = 1
3717
3718 d["options"] = ' '.join(sorted(option_keys.keys()))
3719
3720 def readOptions(self, d):
3721 self.keepRepoPath = ('options' in d

Callers 2

importChangesMethod · 0.95
importHeadRevisionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected