Skip to content

Commit 012180a

Browse files
authored
repos: add larch to the set of supported repos (Bug 1875738) (#372)
1 parent 60debf0 commit 012180a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

landoapi/repos.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ def phab_identifier(self) -> str | None:
351351
url="https://hg.mozilla.org/projects/elm",
352352
access_group=SCM_LEVEL_3,
353353
),
354+
"larch": Repo(
355+
tree="larch",
356+
url="https://hg.mozilla.org/projects/larch",
357+
access_group=SCM_LEVEL_3,
358+
),
354359
"mozilla-build": Repo(
355360
tree="mozilla-build",
356361
url="https://hg.mozilla.org/mozilla-build",

0 commit comments

Comments
 (0)