diff options
author | wiz <wiz> | 2011-03-11 10:12:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-03-11 10:12:51 +0000 |
commit | fa8ef973f018af4d267061caba647a553c600002 (patch) | |
tree | 22236bf9bb331a093f518168338d1194f4ee08cb /devel/mercurial | |
parent | d2265ed34ccf433ef808389a3a5c98799460a002 (diff) | |
download | pkgsrc-fa8ef973f018af4d267061caba647a553c600002.tar.gz |
Update to 1.8.1:
This release backs out a behavior change for so-called 'fast-forward'
merges on named branches.
* annotate: rewrite to deal with crossed linkrevs (issue2682)
* bookmark: fix invalidation of localrepo._bookmarkcurrent
* cacert: improve error report when web.cacert file does not exist
* contrib: update tcsh_completion for Mercurial 1.8
* hgcia: accept "queued." xmlrpc return as success
* hgweb: fix filelog rss links generation
* hgweb: use tip in gitweb/monoblue filelog rss links (issue2677)
* merge: back out single-parent fast-forward merge
* merge: drop resolve state for mergers with identical contents (issue2680)
* merge: improve unresolved conflicts warning (issue2681)
* mergetools: add alternate registry keys for 32bit apps on 64bit O/S
* mq: forbid commit of merge involving mq patches
* subrepo: backout 67fbe566eff1, --force requires svn >= 1.5
* subrepo: don't crash when git repo is missing
* subrepo: handle svn tracked/unknown directory collisions
* wix: drop bin/ folder from MSI installers (issue2673)
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 19e21acd2fd..40a1193972b 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2011/03/02 06:46:11 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2011/03/11 10:12:51 wiz Exp $ # -DISTNAME= mercurial-1.8 +DISTNAME= mercurial-1.8.1 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 5db465f3454..b8a276adf98 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.42 2011/03/02 06:46:11 wiz Exp $ +$NetBSD: distinfo,v 1.43 2011/03/11 10:12:51 wiz Exp $ -SHA1 (mercurial-1.8.tar.gz) = 51e335638996e614c8a1c251d4cadb9524ed9ad0 -RMD160 (mercurial-1.8.tar.gz) = ed428f767c624e935173487c110515f66a6b2c9a -Size (mercurial-1.8.tar.gz) = 2528310 bytes +SHA1 (mercurial-1.8.1.tar.gz) = 152c19eed4e2809ec0aca1c3a62e8e561e184fc3 +RMD160 (mercurial-1.8.1.tar.gz) = 5e11ae040a782add1719cf5d75ce22338bd093d5 +Size (mercurial-1.8.1.tar.gz) = 2529579 bytes |