[Bug 6024] New: graft sometimes tries to remove a revision from the set to graft twice.

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Thu Nov 15 07:52:49 UTC 2018


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

            Bug ID: 6024
           Summary: graft sometimes tries to remove a revision from the
                    set to graft twice.
           Product: Mercurial
           Version: 4.8
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: mozilla at hocat.ca
                CC: mercurial-devel at mercurial-scm.org

The following sequence of commands triggers an error:

export HGPLAIN=1 HGRCPATH=
hg init base
cd base
touch x
hg add x
hg commit -minit -uuser
echo a > x
hg commit -mchange -uuser
hg update 0
hg graft -r 1
cd ..
hg clone -r 2 base clone
cd clone
hg pull
hg merge 2
hg commit -m'merge' -uuser
hg update 0
hg graft -r 1
hg update 3
hg graft -r 4

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


More information about the Mercurial-devel mailing list