[Bug 4720] New: topic-ext: rebase mangles topics

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Jun 11 15:10:30 UTC 2015


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

          Priority: normal
            Bug ID: 4720
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: topic-ext: rebase mangles topics
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: mpm at selenic.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: default branch
         Component: third-party
           Product: Mercurial

10:01ruin~/src/topics$ hg sl
o  0da6 mpm tip  @default
|  commit: add a --topic flag
o  9218 mpm
|  topic: note when switching topics
o  9a81 mpm
|  summary: add topic summary hook
o  9fa5 mpm
|  topics: add command summary
o  0b5b mpm
|  docs: fix format of extension docstring
| @  b8a3 mpm  @ committext
| |  commit: add a topic field to the in-editor commit text
| o  9ab1 mpm  obsreq
| |  topic: only require obsolete support for --change
| x  336a mpm  sent topicflag
|/   commit: add a --topic flag
o  24d8 augie
|  constants: extract key for extra into a constant

10:01ruin~/src/topics$ hg rebase -s obsreq -d tip
rebasing 12:9ab1faee4298 "topic: only require obsolete support for --change"
rebasing 13:b8a38474ba48 "commit: add a topic field to the in-editor commit
text" (@)

10:02ruin~/src/topics$ hg sl
@  2d59 mpm tip  @ committext
|  commit: add a topic field to the in-editor commit text
o  5b5b mpm  committext
|  topic: only require obsolete support for --change
o  0da6 mpm
|  commit: add a --topic flag
o  9218 mpm
|  topic: note when switching topics
o  9a81 mpm
|  summary: add topic summary hook
o  9fa5 mpm
|  topics: add command summary
o  0b5b mpm
|  docs: fix format of extension docstring
o  24d8 augie
|  constants: extract key for extra into a constant

The topic for 5b5b should be obsreq.

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


More information about the Mercurial-devel mailing list