README
branchstable
changeset 1609 b9e8a47c4d5c
parent 1605 f69d8c25eeb7
child 1611 5eedfe43e762
equal deleted inserted replaced
1605:f69d8c25eeb7 1609:b9e8a47c4d5c
    64 - evolve: compatibility with Mercurial 3.7
    64 - evolve: compatibility with Mercurial 3.7
    65 - evolve: support merge with a single obsolete parent (hg-3.7+ only)
    65 - evolve: support merge with a single obsolete parent (hg-3.7+ only)
    66 - evolve: prevent added file to be marked as unknown if evolve fails (issue4966)
    66 - evolve: prevent added file to be marked as unknown if evolve fails (issue4966)
    67 - evolve: stop relying on graftstate file for save evolve state
    67 - evolve: stop relying on graftstate file for save evolve state
    68           (for `hg evolve --continue`)
    68           (for `hg evolve --continue`)
       
    69 - evolve: fix divergence resolution when it result in an empty commit
       
    70           (issue4950) (hg-3.5+ only)
       
    71 
    69 
    72 
    70 5.2.2 --
    73 5.2.2 --
    71 
    74 
    72 - no longer lock the repository for `hg parents` (issue4895)
    75 - no longer lock the repository for `hg parents` (issue4895)
    73 - updated help for the `evolve` command
    76 - updated help for the `evolve` command