April 2nd, 2010 by Kevin Smith
Download Mercurial
1.5.1 – 2010-04-01
Core
* improve warning on adding large files
* expand ~ in auth filenames and aliases
* several improvements to patch parsing
* warn about attempts to use hg branch to switch branches
* push: fix bug in prepush logic and its tests
* hgweb: fix broken URLs of RSS/Atom feeds
* subrepo: several bug fixes
Extensions
* acl: added support for ‘*’ (everyone) in user list
* progress: use stderr instead of stdout
* schemes: add Kiln On Demand to default schemes
March 31st, 2009 by Kevin Smith
Python will be moving to Mercurial. The announcement is here.
Gnome is going with Git. See announcement here.
January 6th, 2009 by Kevin Smith
Mercurial 1.1.2
This is a minor release including one security fix and two minor bug fixes
improve path auditing (issue 1450)
fix date-related test failures in test suite
add graph controls to monoblue theme
December 21st, 2008 by Kevin Smith
Mercurial Release Notes
Version 1.1.1 – 2008-12-20
This is a bugfix release
* make hgweb recursion optional (use ‘**’ rather than ‘*’)
* fix fncache bug for directories ending in ‘ ‘ or ‘.’
* require -a switch to resolve all files
* improve help for resolve command
* fix inotify interaction with bundle diffs
* fix strange readline import error on Windows
* fix non-existing target directory with git diffs
* fix removing symlinks with git diffs
* fix directory creation bug in patch
* rebase: allow keeping branch names
* fix a copy bug in the SVN converter