graft: drop --user and --date values info from hint in case of conflicts...
graft: drop --user and --date values info from hint in case of conflicts
After previous patch, we have started preserving user and date values in
graftstate and reusing them during `hg graft --continue`. Now passing --user and
--date again with --continue makes no sense. Let's drop them from the hint.
Differential Revision:
https://phab.mercurial-scm.org/D3660