diff --git a/docs/contributing/phabricator.rst b/docs/contributing/phabricator.rst
index cca5d4d10666a83dc12953bcb2a94f1b4a8bf3ff..4d50da3d812c74c6af93d6d031c91fcadc6d4192 100644
--- a/docs/contributing/phabricator.rst
+++ b/docs/contributing/phabricator.rst
@@ -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.