thunderbird / developer-docs

Developer documentation for Thunderbird contributors.
https://developer.thunderbird.net
79 stars 77 forks source link

Try-c-c push instructions should not include an -f argument #148

Closed jfx2006 closed 2 years ago

jfx2006 commented 2 years ago

Rev 8af8f354214e57ca7a260c9c401d4a0da0f7fde3 needs to be backed out.

As explained here: https://github.com/thundernest/developer-docs/commit/8af8f354214e57ca7a260c9c401d4a0da0f7fde3#commitcomment-81964781

Using the -f argument to hg pushpushes all new heads on all branches. Try-c-c happily accepts that push (unlike comm-central and friends). However, Taskcluster automation doesn't handle pushes with multiple heads and just sort of quietly fails.

hg push -r . try is a better as it pushes only the current local tip.