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

            Bug ID: 6047
           Summary: Interactive commit does not work as expected with
                    copied files
           Product: Mercurial
           Version: 4.8.1
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: z...@zash.se
                CC: mercurial-devel@mercurial-scm.org

$ seq 1 10 > numbers.txt
$ hg add numbers.txt
$ hg ci -m whatever
$ hg cp numbers.txt more-numbers.txt
$ seq 11 20 >> more-numbers.txt
$ hg ci -i

pick some of the added lines, not all

$ hg stat
$ hg exp

expect:
patch with the previously selected lines

actual:
all the lines were added

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