relnotes/next
changeset 44545 bd7b2c8d06cc
parent 44437 6a34e438461b
child 44555 05654ea5137c
equal deleted inserted replaced
44544:13da36d77a3f 44545:bd7b2c8d06cc
     1 == New Features ==
     1 == New Features ==
     2 
     2 
     3  * `hg purge`/`hg clean` can now delete ignored files instead of
     3  * `hg purge`/`hg clean` can now delete ignored files instead of
     4    untracked files, with the new -i flag.
     4    untracked files, with the new -i flag.
       
     5 
       
     6  * `hg pull` now has a `--confirm` flag to prompt before applying changes.
       
     7    Config option `pull.confirm` is also added for that.
     5 
     8 
     6  * `hg log` now defaults to using an '%' symbol for commits involved
     9  * `hg log` now defaults to using an '%' symbol for commits involved
     7     in unresolved merge conflicts. That includes unresolved conflicts
    10     in unresolved merge conflicts. That includes unresolved conflicts
     8     caused by e.g. `hg update --merge` and `hg graft`. '@' still takes
    11     caused by e.g. `hg update --merge` and `hg graft`. '@' still takes
     9     precedence, so what used to be marked '@' still is.
    12     precedence, so what used to be marked '@' still is.