Lines Matching refs:line
39 for line in relnotes:
40 if first_list and line.startswith('-'):
43 if not first_list and second_list and line.startswith(' relnotes/'):
46 new_relnotes.append(line)
49 for line in new_relnotes:
50 f.write(line)
62 for i, line in enumerate(calendar):
63 if line[2] == version:
64 if line[0]:
65 branch = line[0]