Home | History | Annotate | Download | only in codereview

Lines Matching refs:split

72 # Normally I would split this into multiple files, but it simplifies
360 patches = [x.split(" ", 1) for x in lines[2:]]
421 for line in text.split('\n'):
449 for line in sections['Files'].split('\n'):
477 return re.split(", *", s)
640 for line in text.split('\n'):
659 for line in text.split('\n'):
677 for line in text.split('\n'):
685 return text.split('\n')[0]
756 elif not re.match(desc_re, clx.desc.split('\n')[0]):
990 for extra in m.group(3).split():
1093 for line in text.split('\n'):
1094 f = line.split()
1160 for line in w.output().split('\n'):
1179 for line in w.output().split('\n'):
1530 for r in hg_log(ui, repo, keyword="codereview.appspot.com/"+clname, limit=100, template="{node}\n").split():
1605 cl.files = out.strip().split()
1953 old_heads = len(hg_heads(ui, repo).split())
1964 new_heads = len(hg_heads(ui, repo).split())
2038 for rev in hg_log(ui, repo, limit=100, template="{node}\n").split():
2399 msg = patchset.get("message", "").split()
2839 response_dict = dict(x.split("=") for x in response_body.split("\n") if x)
2844 response_dict = dict(x.split("=", 1) for x in body.split("\n") if x)
3223 unused, filename = line.split(':', 1)
3387 self.base_rev = out.split(':')[1].strip()
3427 st, fn = line.split(" ", 1)
3469 status, what = out[0].split(' ', 1)
3474 base_rev = self.base_rev.split(":", 1)[0]
3512 unused, new_filename = line.split(':', 1)
3515 unused, temp_filename = line.split(':', 1)