Subject: CVS commit: pkgsrc/devel/mercurial
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 01/02/2007 16:52:00
Module Name:	pkgsrc
Committed By:	minskim
Date:		Tue Jan  2 16:52:00 UTC 2007

Modified Files:
	pkgsrc/devel/mercurial: Makefile PLIST distinfo
	pkgsrc/devel/mercurial/patches: patch-aa

Log Message:
Update mercurial to 0.9.3.

Bug fixes:
 * fix a merge copy/rename corner case
 * fix spurious new heads message with push -r
 * fix hg export %n sequence numbers
 * fix shell quoting on Windows
 * fix charset encoding for hgwebdir and obfuscated addresses
 * fix missing generated files for distribution tarball
 * fix convert-repo tag updates and transcoding of committer
 * add instructions for redoing failed merges

Documentation fixes:
 * hg cat, manifest, and tag default to current parent revision.
 * CGI stub comments clarified
 * corrected synopses for many commands
 * improve doc building and distribution
 * convert-repo: update usage information

Extension fixes:
 * mq: fix strip on Windows
 * mq: fix some guards corner cases
 * gpg: make 'hg sign' default to current parent


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/mercurial/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/mercurial/PLIST \
    pkgsrc/devel/mercurial/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/mercurial/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.