68
edits
No edit summary |
|||
Line 153: | Line 153: | ||
# In bugzilla, grab the URL patch you want to apply (e.g. https://bug601863.bugzilla.mozilla.org/attachment.cgi?id=480853) | # In bugzilla, grab the URL patch you want to apply (e.g. https://bug601863.bugzilla.mozilla.org/attachment.cgi?id=480853) | ||
# In the terminal, go to your local repository and make sure you don't have any unpushed changes | # In the terminal, go to your local repository and make sure you don't have any unpushed changes | ||
# '''hg qimport ''<patch url>'' && hg | # '''hg qimport ''<patch url>'' && hg qpush''' | ||
# '''hg pull -u --rebase''' | # '''hg pull -u --rebase''' | ||
# Take care of merge conflicts if needed | # Take care of merge conflicts if needed |
edits