Closed
Bug 1848373
Opened 2 years ago
Closed 2 years ago
fast-forward's filter_git_changes.py regex filtering is too permissive
Categories
(Core :: WebRTC, defect, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
Details
Attachments
(1 file)
Found this issue importing upstream c7ff896999 when our reported file counts didn't match even though the actual changes did match. The issue is while we're excluding file ".vpython", the regex was also excluding ".vpython3".
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → mfroman
Severity: -- → S3
Priority: -- → P2
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/mozilla-central/rev/87948e76318d
tighten up our regex filters in filter_git_changes.py. r=dbaker
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•