Created
November 12, 2015 17:57
-
-
Save bgrins/706297947dbf3116a63a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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