mercurial/commands.py
branchstable
changeset 44915 2dc5ae953c4a
parent 44906 e5043679bfcc
child 44916 61719b9658b1
child 44976 3d41172f2ac9
--- a/mercurial/commands.py	Sat May 16 20:38:53 2020 +0200
+++ b/mercurial/commands.py	Tue Jun 02 20:40:06 2020 +0900
@@ -3168,7 +3168,7 @@
     if opts.get(b'no_commit'):
         statedata[b'no_commit'] = True
     if opts.get(b'base'):
-        statedata[b'base'] = True
+        statedata[b'base'] = opts[b'base']
     for pos, ctx in enumerate(repo.set(b"%ld", revs)):
         desc = b'%d:%s "%s"' % (
             ctx.rev(),