diff -r 8faabe8abf66 -r 58827d815646 mercurial/cmd_impls/graft.py --- a/mercurial/cmd_impls/graft.py Thu Nov 28 13:22:31 2024 +0100 +++ b/mercurial/cmd_impls/graft.py Thu Nov 28 14:00:49 2024 +0100 @@ -46,7 +46,7 @@ # argument incompatible with followup from an interrupted operation commit_args = ['edit', 'log', 'user', 'date', 'currentdate', 'currentuser'] - nofollow_args = commit_args + ['rev'] + nofollow_args = commit_args + ['base', 'rev'] arg_compatibilities = [ ('no_commit', commit_args),