Differences between revisions 3 and 9 (spanning 6 versions)
Revision 3 as of 2018-08-04 12:16:29
Size: 562
Comment:
Revision 9 as of 2018-10-25 18:18:53
Size: 1218
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * New config option `commands.resolve.mark-check` to warn or abort on `resolve --mark` when files still have conflict markers
 * New config option `commands.resolve.confirm` to confirm before performing action when no filename is passed.
Line 15: Line 18:
 * New config option `experimental.resolve.mark-check` to warn or abort on `resolve --mark` when files still have conflict markers == Other notable features ==
Line 17: Line 20:
== Other notable features ==  * Command templates (aka formatter templates) are stabilized. See `hg help <command> -v` for details.
 * Several performance optimizations on [[https://www.mercurial-scm.org/repo/hg/help/filesets|fileset query]].
 * Improvements to zsh completions:
  * Completing files, shelve and unshelve commands
  * Completing merge tools
  * Completing added and removed (in addition to changed) files to commit and diff commands
  * Numerous updates to flags and descriptions
  * Fixes for minor issues and a couple of performance improvements

Mercurial 4.8 release

This page consists of 4.8 release which is work in progress.

1. New Features

  • New config option commands.resolve.mark-check to warn or abort on resolve --mark when files still have conflict markers

  • New config option commands.resolve.confirm to confirm before performing action when no filename is passed.

2. Backwards Compatibility Changes

3. Bug Fixes

4. New experimental features

5. Other notable features

  • Command templates (aka formatter templates) are stabilized. See hg help <command> -v for details.

  • Several performance optimizations on fileset query.

  • Improvements to zsh completions:
    • Completing files, shelve and unshelve commands
    • Completing merge tools
    • Completing added and removed (in addition to changed) files to commit and diff commands
    • Numerous updates to flags and descriptions
    • Fixes for minor issues and a couple of performance improvements

6. API Changes

7. More notes to sort into the above

7.1. commands

7.2. core

7.3. extensions

7.4. hgweb

7.5. unsorted

Release4.8 (last edited 2018-11-13 02:02:44 by GregorySzorc)