[Bug 4432] New: hg evolve breaks active bookmark

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Nov 3 04:59:33 CST 2014


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

          Priority: normal
            Bug ID: 4432
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: hg evolve breaks active bookmark
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: pierre-yves.david at ens-lyon.org
          Hardware: PC
            Status: UNCONFIRMED
           Version: unspecified
         Component: evolution
           Product: Mercurial

(reported by Ryan McElroy)

  $ touch a
  $ hg add a
  $ hg commit -m 'added a'
  $ touch b
  $ hg add b
  $ hg commit -m 'added b'
  $ hg bookmark foo
  $ hg prev
  0 files updated, 0 files merged, 1 files removed, 0 files unresolved
  [0] added a
  $ hg sl
  o  c2fdc0dc4d42    rmcelroy
  |  added b
  |
  @  6303b1859a53    rmcelroy   foo*
     added a

  $ touch c
  $ hg add c
  $ hg amend
  1 new unstable changesets
  $ hg evolve
  move:[1] added b
  atop:[3] added a
  $ hg sl
  @  4819dcda76ac    rmcelroy
  |  added b
  |
  o  ec429203b6b9    rmcelroy   foo*
     added a

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


More information about the Mercurial-devel mailing list