http://verraes.net/2013/10/pre-merge-code-reviews/ https://secure.phabricator.com/book/phabflavor/article/recommendations_on_revision_control/
http://thomas-barthelemy.github.io/2015/08/20/phabricator-arcanist-flow/ https://sites.google.com/a/khanacademy.org/forge/for-developers/code-review-policy/using-phabricator#TOC-Day-to-day-use https://secure.phabricator.com/w/guides/arcanist_workflows/
- Pull master's current code
- Use
arc branch B
to create a local branch - Code your changes and use
arc diff
to diff your code - Checkout master again and pull the current code
- Use
arc branch SB
to create a local branch - Code your changes and use
arc diff
to diff your code