Home
last modified time | relevance | path

Searched refs:CountCommitsToBranch (Results 1 – 3 of 3) sorted by relevance

/u-boot/tools/patman/
A Dcontrol.py48 count = (gitutil.CountCommitsToBranch(branch) - start)
207 count = (gitutil.CountCommitsToBranch(branch) - start)
A Dfunc_test.py473 self.assertEqual(2, gitutil.CountCommitsToBranch(None))
483 self.assertEqual(3, gitutil.CountCommitsToBranch('second'))
619 gitutil.CountCommitsToBranch(None)
A Dgitutil.py52 def CountCommitsToBranch(branch): function

Completed in 22 milliseconds