[Bug 4310] New: hg rebase fails when some elements of the source set are descendants of the destination

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Sat Jul 19 16:29:59 CDT 2014


http://bz.selenic.com/show_bug.cgi?id=4310

          Priority: normal
            Bug ID: 4310
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: hg rebase fails when some elements of the source set
                    are descendants of the destination
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: sid0 at fb.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.1-rc
         Component: rebase
           Product: Mercurial

With a graph like:

@  changeset:   3:3ba60f03c5db
|
| o  changeset:   2:5ac216600d5b
| |
o |  changeset:   1:2b8b866d4660
|/
o  changeset:   0:ec93eb2758be


the command

hg rebase -s '2 or 3' -d 1 fails with "nothing to rebase". I expect it to
ignore 3 entirely and rebase 2 onto 1.

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


More information about the Mercurial-devel mailing list