Note:

This page is primarily intended for developers of Mercurial.

Release Checklist

Followed by core developers with accept access to prepare releases.

Things to check:

Packaging message template:

To:     mercurial-packaging@mercurial-scm.org
Subject:        Mercurial x.y tagged

Please update your package builds, thanks.

<describe changes in this release important for packagers to note, if any>

Generating a list of new contributors:

comm -2 -3 <(hg log -r '1.5::' --template '{author|person}\n' | sort -u) <(hg log -r '::1.5.4' --template '{author|person}\n' | sort -u) 


CategoryProcess