Skip to content

Instantly share code, notes, and snippets.

@bgrins
Created November 12, 2015 17:57
Show Gist options
  • Select an option

  • Save bgrins/706297947dbf3116a63a to your computer and use it in GitHub Desktop.

Select an option

Save bgrins/706297947dbf3116a63a to your computer and use it in GitHub Desktop.
hg bookmark -r 98920f7f8a71 bug-xxx-fix
hg update bug-xxx-fix
hg pull mozilla-inbound
hg rebase -b . -d mozilla-inbound
# make sure you're pushing the correct patch :)
hg out -r . mozilla-inbound
hg push -r . mozilla-inbound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment