README
changeset 1597 7876ed4fceb7
parent 1596 6079dcbfb726
child 1603 6482497d859b
equal deleted inserted replaced
1596:6079dcbfb726 1597:7876ed4fceb7
    62 - tests: drop our copy of 'run-tests.py' use core one instead,
    62 - tests: drop our copy of 'run-tests.py' use core one instead,
    63 - bookmark: do all bookmark movement within a transaction.
    63 - bookmark: do all bookmark movement within a transaction.
    64 - evolve: compatibility with Mercurial 3.7
    64 - evolve: compatibility with Mercurial 3.7
    65 - evolve: support merge with a single obsolete parent.
    65 - evolve: support merge with a single obsolete parent.
    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
       
    68           (for `hg evolve --continue`)
    67 
    69 
    68 5.2.2 --
    70 5.2.2 --
    69 
    71 
    70 - no longer lock the repository for `hg parents` (issue4895)
    72 - no longer lock the repository for `hg parents` (issue4895)
    71 - updated help for the `evolve` command
    73 - updated help for the `evolve` command