graft: correct documentation about options can be reapplied
Now options --user and --date can be reapplied after we hit a conflict.
Differential Revision: https://phab.mercurial-scm.org/D3678
--- a/mercurial/commands.py Sat Jun 02 22:18:12 2018 -0400
+++ b/mercurial/commands.py Sat Jun 02 15:55:28 2018 +0530
@@ -2164,7 +2164,7 @@
.. note::
The -c/--continue option does not reapply earlier options, except
- for --force.
+ for --force, --user and --date.
.. container:: verbose