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

            Bug ID: 5723
           Summary: "hg split" only pretends to work on copied/renamed
                    file
           Product: Mercurial
           Version: 4.4-rc
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: martinv...@google.com
                CC: mercurial-devel@mercurial-scm.org

This demonstrates the bug

$ hg init
$ echo -e '1\n\2' > file
$ hg ci -Am initial
$ hg mv file file2
$ echo -e '3\n\4' > file2
$ hg ci -m 'move and modify'
$ hg split

At the last step, select just the first line (removing the line "1") and press
"c" to confirm. The split completes, putting everything in a single commit.

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