Subject: CVS commit: pkgsrc/devel/mercurial
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 07/25/2006 22:12:38
Module Name: pkgsrc
Committed By: minskim
Date: Tue Jul 25 22:12:38 UTC 2006
Modified Files:
pkgsrc/devel/mercurial: Makefile PLIST distinfo
Log Message:
Update mercurial to 0.9.1.
New features:
- You can now configure your 'hgweb' server to let remote users
'push' changes over http.
- You can now 'import' a patch in a mail message by saving the mail
message, and importing it. This works for patches sent either
inline or as attachments.
- The 'diff' command now accepts '-rA:B' syntax as a synonym for
'-r A -r B', and adds '-b' and '-B' options.
For a complete list of major changes, see the announcement at
http://www.selenic.com/pipermail/mercurial/2006-July/009510.html
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/mercurial/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/mercurial/PLIST \
pkgsrc/devel/mercurial/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.