Confirmed users
1,759
edits
| Line 80: | Line 80: | ||
To actually disable a test, we need to update the manifest file in mozilla-central. Before doing that, create a mercurial patch containing the change, and upload the patch to bugzilla for review. | To actually disable a test, we need to update the manifest file in mozilla-central. Before doing that, create a mercurial patch containing the change, and upload the patch to bugzilla for review. | ||
Some useful mercurial commands for creating a patch with "mq": | |||
hg qseries # see what patches are in your queue / what is applied | hg qseries # see what patches are in your queue / what is applied | ||
hg qdiff # see the file changes in the current patch | hg qdiff # see the file changes in the current patch | ||