mercurial/cmd_impls/graft.py
changeset 52337 58827d815646
parent 52336 8faabe8abf66
child 52346 1802d9afddf7
--- 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),