Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
with Files("**"):
BUG_COMPONENT = ("Testing", "General")
with Files("*cppunittest*"):
BUG_COMPONENT = ("Testing", "CPPUnitTest")
SCHEDULES.exclusive = ['cppunittest']
with Files("remote*"):
BUG_COMPONENT = ("GeckoView", "General")