Skip to content

Commit

Permalink
Bug 1759755 - Update IPC peers (add :handyman, remove :froydnj). r=sh…
Browse files Browse the repository at this point in the history
…eehan

Differential Revision: https://phabricator.services.mozilla.com/D141152

--HG--
extra : moz-landing-system : lando
  • Loading branch information
jld committed Mar 15, 2022
1 parent f3ac7ec commit 4d5de61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hghooks/mozhghooks/check/prevent_sync_ipc_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
IPC_PEERS = [
{'name': b'Andrew McCreight', 'nick': [b'mccr8'], 'email': [b'continuation@gmail.com']},
{'name': b'Jed Davis', 'nick': [b'jld'], 'email': [b'jld@mozilla.com']},
{'name': b'Nathan Froyd', 'nick': [b'froydnj'], 'email': [b'nfroyd@mozilla.com']},
{'name': b'Nika Layzell', 'nick': [b'nika'], 'email': [b'nika@thelayzells.com']},
{'name': b'David Parks', 'nick': [b'handyman'], 'email': [b'daparks@mozilla.com']},
]

MISSING_REVIEW = b"""
Expand Down
4 changes: 2 additions & 2 deletions hghooks/tests/test-prevent-sync-ipc-changes.t
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Editing the sync-messages.ini file without any review should fail
Please, request review from either:
- Andrew McCreight (:mccr8)
- Jed Davis (:jld)
- Nathan Froyd (:froydnj)
- Nika Layzell (:nika)
- David Parks (:handyman)
************************************************************************
transaction abort!
Expand All @@ -62,8 +62,8 @@ Editing the sync-messages.ini file without /IPC/ peer review should fail
Please, request review from either:
- Andrew McCreight (:mccr8)
- Jed Davis (:jld)
- Nathan Froyd (:froydnj)
- Nika Layzell (:nika)
- David Parks (:handyman)
************************************************************************
transaction abort!
Expand Down

0 comments on commit 4d5de61

Please sign in to comment.