Lines Matching refs:count
303 count = gitutil.count_commits_to_branch(name, self.gitdir, end)
304 if not count:
308 series = patchstream.get_metadata(name, 0, count, git_dir=self.gitdir)
508 count = len(pwc)
510 series = patchstream.get_metadata(branch, 0, count,
526 count = len(pwc)
528 series = patchstream.get_metadata(branch, 0, count,
648 count = len(pwc.values())
702 def _prepare_process(self, name, count, new_name=None, quiet=False): argument
763 for _ in range(count):
900 count = len(series.commits)
902 name, count, quiet=True)
945 count = len(series.commits)
947 name, count, new_name)
1146 count = len(pwc)
1148 series = patchstream.get_metadata(branch, 0, count,
1182 count = len(pwc)
1235 for seq in range(count):
1245 if seq != count - 1:
1301 count = len(pwc)
1303 series = patchstream.get_metadata(branch, 0, count,
1467 count = len(pwc)
1469 series = patchstream.get_metadata(branch, 0, count,
1482 total_patches += count