Skip to content

Commit

Permalink
Merge pull request #21 from LeafyLi/master
Browse files Browse the repository at this point in the history
Fix typo in moz-phab patch example
  • Loading branch information
Mitchell Hentges committed Mar 13, 2020
2 parents edb7bd0 + 7d0f0b0 commit 41e8fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phabricator-user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ patch, you can run ``moz-phab patch D<revision id> --nobranch`` to apply the
commit(s) locally (``--nobranch`` ensures the commits are applied to the current
branch/head). You can then push the commits as usual.

You could also run ``moz-phab patch --appy-to here --nocommit --skip-dependencies
You could also run ``moz-phab patch --apply-to here --nocommit --skip-dependencies
D<revision id>`` instead. This will apply the diff locally but not commit it,
nor will it apply any parents. You can then commit it manually, using the
revision title as the first line of the commit message and the Summary field
Expand Down

0 comments on commit 41e8fe3

Please sign in to comment.