Mercurial 0.9.2 released!

Brendan Cully brendan at kublai.com
Mon Dec 11 10:52:36 CST 2006


On Sunday, 10 December 2006 at 20:13, Matt Mackall wrote:
> The latest release of the Mercurial distributed SCM is available at:
> 
>  http://selenic.com/mercurial/

...

> New contributions and extensions:
>  - mq
>    - support for quilt-style guards
>    - can import existing changesets into mq ('qimport -r') or 
>      commit mq patches as regular changesets ('qdel -f')

       this is actually qdel -r

>    - edit the log message with 'qrefresh -e'
>    - rename patches with 'qrename'
>    - qheader to display the patch header of particular patches, 
>      and '--summary' for qseries, qapplied, qunapplied and qtop
>    - combine patches with 'qfold'
>    - qrefresh supports pattern options to import only a subset 
>      of the changes into a patch, to help split changes into multiple patches
>    - patch names for applied patches act like local tags, and can be 
>      used in the revision arguments of any hg command
>  - hgk
>    - browse a subset of the history with '--limit' and revision range arguments
>    - shows revision numbers as well as node hashes
>  - churn: graph lines of code changed per user over a range of history
>  - patchbomb: generate inline attachments with '-a'

The 'transplant' extension is now bundled too. It helps with
cherry-picking and rebasing.


More information about the Mercurial mailing list