Phabricator/FAQ: Difference between revisions

Added a "how do you update a patch opened with moz-phab" section
No edit summary
(Added a "how do you update a patch opened with moz-phab" section)
Line 153: Line 153:


It might also happen that <code>moz-phab</code> script was installed into a directory which is not mentioned in `PATH` variable. To check the directory run <code>pip3 show MozPhab -f</code>
It might also happen that <code>moz-phab</code> script was installed into a directory which is not mentioned in `PATH` variable. To check the directory run <code>pip3 show MozPhab -f</code>
=== How do I update a patch opened with moz-phab? ===
When you push a patch with <code>moz-phab</code>, it will append an identifying string to the commit that looks something like Differential Revision: https://phabricator.services.mozilla.com/D79722.  As long as this string is not modified, executing <code>moz-phab</code> again will ask if you want to push to that patch.


== Lando ==
== Lando ==
4

edits