[Bug 4406] New: Evolve command loses copy metadata

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Oct 13 16:04:32 CDT 2014


http://bz.selenic.com/show_bug.cgi?id=4406

          Priority: normal
            Bug ID: 4406
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Evolve command loses copy metadata
          Severity: bug
    Classification: Unclassified
                OS: All
          Reporter: pierre-yves.david at ens-lyon.org
          Hardware: All
            Status: UNCONFIRMED
           Version: unspecified
         Component: evolution
           Product: Mercurial

Initial report by Dan Villiom Podlaski Christiansen


Test evolving copies and renames

  $ hg up null
  0 files updated, 0 files merged, 4 files removed, 0 files unresolved
  $ echo blyf > A
  $ echo flaf > B
  $ echo kaflaflibob > C
  $ hg ci -Am "add files"
  adding A
  adding B
  adding C
  created new head
  $ hg cp A A1
  $ hg mv B B2
  $ hg ci -Am "copy and rename"
  $ hg st -C --change=tip
  A A1
    A
  A B2
    B
  R B
  $ hg up 13
  1 files updated, 0 files merged, 2 files removed, 0 files unresolved
  $ echo "hep hey" > C
  $ hg amend
  1 new unstable changesets
  $ hg evolve
  move:[14] copy and rename
  atop:[16] add files
  $ hg st -C --change=tip
  A A1
  A B2
  R B

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list