Confirmed users
13
edits
(Made some changes about asking a review part.) |
m (Added a small change about the active repo) |
||
Line 170: | Line 170: | ||
If you want to update an existing phabricator patch, you need to be the owner of the revision or to [https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html?highlight=commandeer#other-revision-actions commandeer] it. Then do the following steps: | If you want to update an existing phabricator patch, you need to be the owner of the revision or to [https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html?highlight=commandeer#other-revision-actions commandeer] it. Then do the following steps: | ||
moz-phab patch patch_id --apply-to . //applies the patch locally to the active repo | moz-phab patch patch_id --apply-to . //applies the patch locally to the active repo (recommended mozilla-central) | ||
nano/gedit file_path //edit the file you need to change | nano/gedit file_path //edit the file you need to change | ||
hg commit --amend //update or change the commit | hg commit --amend //update or change the commit |