Confirmed users
431
edits
(add phlay) |
(fix missing head keyword in `--apply-to`) |
||
| Line 22: | Line 22: | ||
* Bugzilla instant search. It's the same as duplicate search when entering bugs. Easier to find bugs with this search than the normal for me: https://bugzilla.mozilla.org/query.cgi?format=instant | * Bugzilla instant search. It's the same as duplicate search when entering bugs. Easier to find bugs with this search than the normal for me: https://bugzilla.mozilla.org/query.cgi?format=instant | ||
* moz-phab can be used to download and checkout patches from phabricator using <code>moz-phab patch D000000</code> and replace D000000 with the patch-id from phabricator | * moz-phab can be used to download and checkout patches from phabricator using <code>moz-phab patch D000000</code> and replace D000000 with the patch-id from phabricator | ||
** Apply to current HEAD <code>moz-phab patch D000000 --apply-to </code> | ** Apply to current HEAD <code>moz-phab patch D000000 --apply-to head</code> | ||
** Change default to apply to current commit in [https://github.com/mozilla-conduit/review/?tab=readme-ov-file#configuration ~/.moz-phab-config] | ** Change default to apply to current commit in [https://github.com/mozilla-conduit/review/?tab=readme-ov-file#configuration ~/.moz-phab-config] | ||
* Documentation of the test <code>.ini</code> files: https://firefox-source-docs.mozilla.org/build/buildsystem/test_manifests.html | * Documentation of the test <code>.ini</code> files: https://firefox-source-docs.mozilla.org/build/buildsystem/test_manifests.html | ||