Quote
A new major release of the Mercurial source code management system is out.
New features can be seen on the Mercurial "what's new" page; they include some new branching options, more flexible importing of patches, XML log templates, and more.
The download directory contains the source.
- Core
- improved behavior for named branches with heads command
- new XML output template for logs •import extract multiple patches from emails, mboxes, files, and URLs
- new patch.eol=auto option to ignore patch line-endings while preserving target file endings
- new -b/--branch option for clone, bundle, incoming, outgoing, pull, and push
- new server.validate option to validate completeness of pushed changesets
- subrepos now has basic Subversion support
- support for SSL server certificates and improved IPv6 support
- the HGPLAIN environment variable makes output more stable for scripts
- Extensions
- new progress bar extension
- mq: new --mq option to make regular commands operate on queue repository
- mq: automatically upgrade conventional patches to git format where needed
- color: add support for bookmarks, resolve -l, and churn --diffstat
- convert: two CVS history editing hooks
- win32mbcs: add configuration to specify path encoding
- zeroconf: many bug fixes
- rebase: new --detach option for rebase
- Web Interface
- improve navigation on log and graph pages
- support for pluggable authorization
- raw templates for tags/branches pages
- add wsgi script for Microsoft IIS with isapi-wsgi
- Windows
- add WiX installer scripts to contrib/wix
- handle configuration files in \hgrc.d
- expand environment variables specified in merge tools paths
- Help and Documentation
- greatly improve error messages and command documentation
- support extended documentation with --verbose
- provide help for disabled extensions and commands
原帖地址: TechSpott - Computer and technology forums http://www.techspott.com//showthread.php?p=643
via
LWN.net