[Bug 5720] New: Interrupted evolve loses phase

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Tue Oct 24 16:08:43 UTC 2017


https://bz.mercurial-scm.org/show_bug.cgi?id=5720

            Bug ID: 5720
           Summary: Interrupted evolve loses phase
           Product: Mercurial
           Version: 4.4-rc
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: evolution
          Assignee: bugzilla at mercurial-scm.org
          Reporter: martinvonz at google.com
                CC: mercurial-devel at mercurial-scm.org,
                    pierre-yves.david at ens-lyon.org

$ hg init
$ echo a > a
$ hg ci -Am a
$ echo b > a
$ hg ci -m b
$ echo c > a
$ hg ci -sm c
$ hg prev
$ echo b2 > a
$ hg amend
$ hg evolve
$ echo c2 > a
$ hg resolve -m
$ hg evolve -c
$ hg log -r . -T '{phase}'
draft

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


More information about the Mercurial-devel mailing list