Subject: CVS commit: pkgsrc/devel/mercurial
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 04/08/2006 23:21:38
Module Name:	pkgsrc
Committed By:	minskim
Date:		Sat Apr  8 23:21:38 UTC 2006

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

Log Message:
Update mercurial to 0.8.1.

Changes:
- new extensions:
  mq (manage a queue of patches, like quilt only better)
  email (send changes as series of email patches)
- new command: merge (replaces "update -m")
- improved commands: log (--limit option added), pull/push ("-r" works
  on specific revisions), revert (rewritten, much better)
- comprehensive hook support
- output templating added, supporting e.g. GNU changelog style
- Windows, Mac OS X: prebuilt binary packages, better support
- many reliability, performance, and memory usage improvements


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/mercurial/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/mercurial/PLIST \
    pkgsrc/devel/mercurial/distinfo
cvs rdiff -r1.1 -r0 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.