diff options
author | wiz <wiz> | 2011-08-29 14:49:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-08-29 14:49:15 +0000 |
commit | fbc76aace7c3eab7b954446edadf910208a0d22a (patch) | |
tree | 129dab121b39684e583a703038c494ffd35f98c9 /devel/mercurial | |
parent | 9d1fdfa07b3ce1f4cd7a88fe80a1b7793eedc7d9 (diff) | |
download | pkgsrc-fbc76aace7c3eab7b954446edadf910208a0d22a.tar.gz |
Update to 1.9.2:
This is a regular bugfix release (slightly early due to travel plans).
commands: clarify that 'hg heads foo' shows heads on branch foo
dispatch: don't rewrap aliases that have the same definition
graphlog: attempt to fix index overrun (issue2912)
http: pass user to readauthforuri() (fix 4a43e23b8c55)
http: strip credentials from urllib2 manager URIs (issue2885)
parsers: avoid pointer aliasing
subrepo: fix cloning of repos from urls without slash after host (issue2970)
ui: pass ' ' to raw_input when prompting
url: really handle urls of the form file:///c:/foo/bar/ correctly
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 7b251a988b7..f5acb33137e 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2011/08/06 10:21:19 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2011/08/29 14:49:15 wiz Exp $ # -DISTNAME= mercurial-1.9.1 +DISTNAME= mercurial-1.9.2 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 4a9ed0e79eb..439c3b35706 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.48 2011/08/06 10:21:19 wiz Exp $ +$NetBSD: distinfo,v 1.49 2011/08/29 14:49:15 wiz Exp $ -SHA1 (mercurial-1.9.1.tar.gz) = 555fc13756c8e9a75b653a5337791e8ebf1319cd -RMD160 (mercurial-1.9.1.tar.gz) = 13d3212e3b9ffb4a4b20108241b676611bab718a -Size (mercurial-1.9.1.tar.gz) = 2970705 bytes +SHA1 (mercurial-1.9.2.tar.gz) = 3eabcaa265d2497fa0fdd6751a73061fcaeb4200 +RMD160 (mercurial-1.9.2.tar.gz) = fa5824a16481dd612aafc59ca99903375470b994 +Size (mercurial-1.9.2.tar.gz) = 2972849 bytes |