Skip to content
Snippets Groups Projects
Commit bfeba3d7 authored by vlorentz's avatar vlorentz
Browse files

phabricator: Emphasize the 'arc diff --update' message should not be the default one.

It seems to be misunderstood by most people when they start out.
parent c67b75fb
No related branches found
No related tags found
No related merge requests found
......@@ -214,10 +214,14 @@ When you're ready to **update your review request**::
arc diff --update Dxx HEAD~
Arc will prompt you for a message: describe what you've changed
w.r.t. the previous review request, free form.
Arc will prompt you for a message: **describe what you've changed
w.r.t. the previous review request**, free form.
This means you should not repeat the title of your diff (which is
often the default if you squashed/amended your commits)
Your message will become the changelog entry in Differential
for this new version of the diff.
for this new version of the diff, and will help reviewers
understand what changes you made since they last read your diff.
Differential only care about the code diff, and not about the commits
or their order.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment