README
changeset 1631 7463f5880ce9
parent 1629 548195454683
child 1642 fb5e479080d8
equal deleted inserted replaced
1630:35c666ef724e 1631:7463f5880ce9
    60 
    60 
    61 - Some collaboration with the topic experimental extensions,
    61 - Some collaboration with the topic experimental extensions,
    62   - hg evolve --all with consider all trouble in your current topic,
    62   - hg evolve --all with consider all trouble in your current topic,
    63   - preserve 'topic' during evolve,
    63   - preserve 'topic' during evolve,
    64   - 'next' and 'prev' restrict themself to the current topic by default,
    64   - 'next' and 'prev' restrict themself to the current topic by default,
       
    65   - remove the dangerous 'kill' alias for 'prune' (because 'hg kill -1' without
       
    66     the leading 'hg' will give you an hardtime)
    65 
    67 
    66 5.3.0 -- 2016-02-11
    68 5.3.0 -- 2016-02-11
    67 
    69 
    68 - split: add a new command to split changesets,
    70 - split: add a new command to split changesets,
    69 - tests: drop our copy of 'run-tests.py' use core one instead,
    71 - tests: drop our copy of 'run-tests.py' use core one instead,