hgext/rebase.py
changeset 48588 402a6b6173e9
parent 48118 5105a9975407
child 48875 6000f5b25c9b
--- a/hgext/rebase.py	Thu Jan 20 11:06:52 2022 -0800
+++ b/hgext/rebase.py	Tue Jan 18 14:57:15 2022 -0800
@@ -1544,7 +1544,7 @@
         force=True,
         ancestor=base,
         mergeancestor=mergeancestor,
-        labels=[b'dest', b'source'],
+        labels=[b'dest', b'source', b'parent of source'],
         wc=wctx,
     )
     wctx.setparents(p1ctx.node(), repo[p2].node())