[Bug 4057] New: Grafting a grafted changeset should not keep old graft metadata
mercurial-bugs at selenic.com
mercurial-bugs at selenic.com
Thu Oct 10 07:09:51 UTC 2013
http://bz.selenic.com/show_bug.cgi?id=4057
Priority: normal
Bug ID: 4057
CC: mercurial-devel at selenic.com
Assignee: bugzilla at selenic.com
Summary: Grafting a grafted changeset should not keep old graft
metadata
Severity: bug
Classification: Unclassified
OS: Windows
Reporter: banjobeni at banjobeni.ch
Hardware: PC
Status: UNCONFIRMED
Version: 2.7.1
Component: Mercurial
Product: Mercurial
Hi. This is my first bug report, so I hope I chose the right options.
Follow these steps to reproduce my issue:
* Create a changeset A
* Graft changeset A onto another head. Yields changeset B with graft metadata
pointing to A
* Graft changeset B onto another head. Yield changeset C with graft metadata
pointing to A
This feels wrong to me. Changeset C should point to B, as changeset C was
grafted from B and not [directly] from A.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list