Bug 1491880 Comment 12 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Fwiw, I use:
alias review="mach lint -o && moz-phab submit"

Can we just run |mach lint --outgoing| from within moz-phab?
Fwiw, I use:
```bash
alias review="mach lint -o && moz-phab submit"
```

Can we just run `mach lint --outgoing` from within moz-phab?

Back to Bug 1491880 Comment 12