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

Method run

git-p4.py:4279–4284  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

4277 + "rebases the current work (branch) against it")
4278
4279 def run(self, args):
4280 sync = P4Sync()
4281 sync.importLabels = self.importLabels
4282 sync.run([])
4283
4284 return self.rebase()
4285
4286 def rebase(self):
4287 if os.system("git update-index --refresh") != 0:

Callers

nothing calls this directly

Calls 3

runMethod · 0.95
rebaseMethod · 0.95
P4SyncClass · 0.85

Tested by

no test coverage detected