`get_outgoing_files()` for git seems to use `default` instead of `origin`, but I can't find why?
Bug 1740620 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
`get_outgoing_files()` for git seems to use `default` instead of `origin`. ``` LC_ALL=C BUILD_DEBUG=1 ./mach lint --outgoing=origin --warnings --fix ``` works for me, I'm not sure if it is normal to be required now.