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: bugzi...@mercurial-scm.org
          Reporter: martinv...@google.com
                CC: mercurial-devel@mercurial-scm.org,
                    pierre-yves.da...@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.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to