[Bug 6393] New: Using HG 5.2 and the corresponding evolve version (33c33a373da6) no fast forward does not work

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Fri Jul 31 14:37:28 UTC 2020


https://bz.mercurial-scm.org/show_bug.cgi?id=6393

            Bug ID: 6393
           Summary: Using HG 5.2 and the corresponding evolve version
                    (33c33a373da6) no fast forward does not work
           Product: Mercurial
           Version: earlier
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: evolution
          Assignee: bugzilla at mercurial-scm.org
          Reporter: oub.oub.oub at gmail.com
                CC: mercurial-devel at mercurial-scm.org,
                    pierre-yves.david at ens-lyon.org
    Python Version: ---

Steps to reproduce 
hg init
echo "First" > test.org
hg add test.org
hg commit -u "Bernhard Riemann <bernhard.riemann at gmail.com>" -m "First"
echo "Second" >> test.org
hg commit -u "Bernhard Riemann <bernhard.riemann at gmail.com>" -m "Second"
echo "Third" >> test.org
hg commit -u "Bernhard Riemann <bernhard.riemann at gmail.com>" -m "Third"
echo "Forth" >> test.org
hg commit  -m "Fourth"
hg topics NewTopic
echo "Fifth" >> test.org
hg commit  -m "Fifth"
echo "Six" >> test.org
hg commit  -m "Six"
hg up 3 
hg merge NewTopic



This work if I use a named branch instead of a topic

Pierre-Yves told me to send this bug report
regards

Uwe Brauer

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list