File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -335,6 +335,11 @@ for entry in ready:
335335 ready_commits [when ] = output_line
336336 else :
337337 not_passed [when ] = output_line
338+
339+ hold_revs = {}
340+ for rev , repo , branch in hold :
341+ hold_revs [rev ] = branch
342+
338343unmerged_branch_commits = {}
339344for branch in branches :
340345 note ("Fetching commit information for branch %s" % branch )
@@ -350,7 +355,7 @@ for branch in branches:
350355 if not ' (from ' in line and not mod :
351356 mod = True
352357 elif re .search ('^-{72}$' , line ) and rev and mod :
353- if not rev in merged_revs :
358+ if not rev in merged_revs and not rev in hold_revs :
354359 commits .append (rev )
355360 rev = None
356361 mod = False
Original file line number Diff line number Diff line change 11# -*- conf-mode -*-
22
33/personal/pusateri/6.99.2.dev0@16564 # Code review found an issue
4- /personal/rjs/6.99.2.dev0@16583 # internal branch fixup
5- /personal/rjs/6.99.2.dev0@16569 # internal branch fixup
4+ /personal/rjs/6.99.2.dev0@16581 # internal branch fixup
5+ /personal/rjs/6.99.2.dev0@16579 # internal branch fixup
6+ /personal/rjs/6.99.2.dev0@16568 # internal branch fixup
67/personal/rcross/6.81.3.dev0@15262 # Secretariat admin access to Document has drawbacks
78/personal/sbirkholz/mtgreg3@14074 # reviewed with issues; feedback sent
89/personal/sbirkholz/meeting_registration@13969 # manual branch merge
Original file line number Diff line number Diff line change 77
88# --- Add entries at the top ---
99
10+ /personal/rjs/6.99.2.dev0@16603
11+ /personal/rjs/6.99.2.dev0@16601
12+
1013/personal/housley/6.94.2.dev0@16126
1114/personal/housley/6.94.2.dev0@16125
1215/personal/housley/6.94.2.dev0@16087
You can’t perform that action at this time.
0 commit comments