Firstname Lastname (:username)
in order to be easily searchable and allow the Thunderbird team to offer better support.NEW
.XBL
or Custom Elements
it can be overwhelming at first. We recommend using our code search engine, SearchFox, to inspect the source code and find snippets and references to help you out while investigating a bug.Mecurial.ini
on Windows, $HOME/.hgrc
elsewhere).WIP:
" marks the patch as a work-in-progress. moz-phab
(see below) will pick that up and mark it as "Changes Planned".moz-phab
, which makes it easy to submit local changesets as patches.moz-phab
you can submit local mercurial changeset(s) like this:moz-phab
will guess which one(s) you mean.moz-phab
will pick the bug number out of the commit message (Bug xxxx
), and link back to the bugzilla bug. If there is a reviewer (r=...
), it will automatically assign them and send them a notification. You can leave the reviewer out, but then one will have to be manually assigned via the phabricator web page. If the commit message starts with "WIP:
", the patch will be marked "Changes Planned".?
, and pick a reviewer.hg commit --amend
to update a changeset.moz-phab
, it will see that line and realise that you're updating an existing revision rather than creating a brand new one.hg histedit
, make sure you preserve the Differential Revision:
line in the commit message for any patches you're planning to resubmit!