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

            Bug ID: 5727
           Summary: interactive qrefresh aborts if files have been added
           Product: Mercurial
           Version: 4.4
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: mq
          Assignee: bugzi...@mercurial-scm.org
          Reporter: malcolm.pars...@gmail.com
                CC: mercurial-devel@mercurial-scm.org

Reproduction steps:
$ mkdir foo
$ cd foo
$ hg init
$ hg qnew -m "BugId: 0 add foo.h" foo.diff
$ touch foo.h
$ hg add foo.h
$ hg qrefresh -i
starting interactive selection
c
abort: cannot create foo.h: destination already exists

-- 
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