diff options
author | wiz <wiz> | 2012-07-07 21:39:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-07-07 21:39:47 +0000 |
commit | 53fd5f3149f74b36a85eeeefeff5522438212075 (patch) | |
tree | 736ebb9034f57ee9c271b22076aad87c280c445d /devel/mercurial | |
parent | ba080ce73e5911bb23b4594828f5787ad520c9d1 (diff) | |
download | pkgsrc-53fd5f3149f74b36a85eeeefeff5522438212075.tar.gz |
Update to 2.2.3:
This is a regularly-scheduled bugfix release.
amend: disable hooks when creating intermediate commit (issue3501)
archive: make progress only show files that are actually archived
bookmarks: correctly update current bookmarks on rebase (issue2277)
bugzilla: stop bugs always being marked as fixed in xmlrpc (issue3484)
graft: don't drop the second parent on unsuccessful merge (issue3498)
hgweb: fixes linebreak location in gitweb filediff.tmpl view
rebase: improve error message on improper phases
record: fix display of non-ASCII names
statichttprepo: don't send Range header when requesting entire file
strip: update help to state that you can strip public changeset
subrepo/svn: make rev number retrieval compatible with svn 1.5 (issue2968)
subrepo: support Git being named "git.cmd" on Windows (issue3173)
subrepo: warn user if Git is not version 1.6.0 or higher
update: fix help regarding update to ancestor
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index cba40e92b81..96cab9dce59 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2012/06/03 20:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2012/07/07 21:39:47 wiz Exp $ # -DISTNAME= mercurial-2.2.2 +DISTNAME= mercurial-2.2.3 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index c79c9837f30..562c1a37826 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.60 2012/06/03 20:03:50 wiz Exp $ +$NetBSD: distinfo,v 1.61 2012/07/07 21:39:47 wiz Exp $ -SHA1 (mercurial-2.2.2.tar.gz) = 72070531f173ccb4394b227914c45678c963ebaa -RMD160 (mercurial-2.2.2.tar.gz) = f26a4eeff78a867d48c87e2b126e623b66232588 -Size (mercurial-2.2.2.tar.gz) = 3430037 bytes +SHA1 (mercurial-2.2.3.tar.gz) = b754700c545c17f68e1ab36c942141d90c9b9b46 +RMD160 (mercurial-2.2.3.tar.gz) = 44a962017d63aaa5e586f2e3c9d772306be9e6eb +Size (mercurial-2.2.3.tar.gz) = 3441501 bytes |