Submitter | mercurial-bugs@mercurial-scm.org |
---|---|
Date | Aug. 20, 2018, 10:11 p.m. |
Message ID | <bug-5965-285@https.bz.mercurial-scm.org/> |
Download | mbox | patch |
Permalink | /patch/33922/ |
State | Not Applicable |
Headers | show |
Comments
Patch
--- a/tests/test-rebase-obsolete.t +++ b/tests/test-rebase-obsolete.t @@ -1508,11 +1508,9 @@ destination > A > EOF -TODO: There doesn't seem to be much reason to fail this rebase. Make it pass? $ hg rebase -d D -s B - abort: this rebase will cause divergences from: 26805aba1e60 - (to force the rebase please set experimental.evolution.allowdivergence=True) - [255] + rebasing 1:112478962961 "B" (B) + note: not rebasing 3:26805aba1e60 "C" (C) and its descendants as this would cause divergence $ cd ..