Ever have to update/merge a PR on BitBucket with Mercurial? I couldn't find documentation anywhere, so doing so here:
- hg up BOOKMARK_NAME
- hg merge [--preview] -r REV
- If EDITOR is not set:
export EDITOR=vim - hg resolve --all
- hg commit -m "Merge with default"
- hg push --allow-anon