[Bug 5727] New: interactive qrefresh aborts if files have been added

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Thu Nov 2 14:17:12 UTC 2017


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: bugzilla at mercurial-scm.org
          Reporter: malcolm.parsons at gmail.com
                CC: mercurial-devel at 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.


More information about the Mercurial-devel mailing list