canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,628
edits
| Line 32: | Line 32: | ||
#* Note: hgtool option removal is because I'm not convinced if applying a patch affects the hg share or not | #* Note: hgtool option removal is because I'm not convinced if applying a patch affects the hg share or not | ||
# Take your mozilla-central patch and name it something like: <code>mozilla-<anything>.patch</code> | # Take your mozilla-central patch and name it something like: <code>mozilla-<anything>.patch</code> | ||
# <code>hg add<code> your patch | # <code>hg add</code> your patch | ||
# Then <code>hg commit</code> your changes, or use <code>hg qnew</code> for a new item on your patch queue | # Then <code>hg commit</code> your changes, or use <code>hg qnew</code> for a new item on your patch queue | ||
# Push your patches to try-comm-central | # Push your patches to try-comm-central | ||