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: bugzi...@mercurial-scm.org
          Reporter: mozi...@hocat.ca
                CC: mercurial-devel@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.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to