diff options
author | wiz <wiz> | 2010-08-28 11:34:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-08-28 11:34:26 +0000 |
commit | 4ce187b72e9c2669a74f02ee6c1e4c4e5c5cf3e8 (patch) | |
tree | 92b2c63b670ca21955461363e78ee24d1fb8bbb8 /devel/mercurial | |
parent | cdca707232d036a6c6b412008d7bd5067f6dd32a (diff) | |
download | pkgsrc-4ce187b72e9c2669a74f02ee6c1e4c4e5c5cf3e8.tar.gz |
Update to 1.6.3:
1.6.3 (2010-08-26)
This is a monthly bugfix release. It includes several significant
fixes, including a fix for a long-standing hardlink corruption
issue on Windows.
alias: make shadowing behavior more consistent (issue2054)
bisect: better message for unrelated starting revisions
bookmarks: Check if the bookmark to delete exists on the remote
bookmarks: guard against listing bookmarks on unsupported repos
chunkbuffer: use += rather than cStringIO to reduce memory footprint
convert: Using --dest-type svn crashed, if the source repo used tags.
convert: properly set encoding for gnuarch converter
convert: use encoding.encoding instead of locale.getpreferredencoding()
encoding: improve handling of buggy getpreferredencoding() on Mac OS X
graphlog: mark --branch as incompatible with --graph
http basic auth: reset redirect counter on new requests (issue2255)
httprepo: decompress stream incrementally to reduce memory usage
log: fix the bug 'hg log --stat -p == hg log --stat'
mercurial.spec: gettext is a build requirement for getting
proper localization
merge: drop reference to file contents after write
merge: move reverse-merge logic out of filemerge (issue2342)
merge: fix detection of conflict markers with checkconflicts enabled
mq: don't inherit default and default-push paths with --mq (issue2333)
resolve: updated help documentation for improved clarity
revlog: drop cache after use to save memory footprint
templatefilters: unnest uescape()
templates: add filenolink to raw style (issue2332)
url: expand vars in all [auth] settings (issue2328)
url: limit expansion to safe auth keys (Issue2328)
util: avoid using hashlib on Python < 2.5 (issue2278)
verify: initialize rp variable in case we hit out of memory
verify: reduce memory footprint when unpacking files
verify: report exceptions that don't have a str() method
win32: correctly break hardlinks on network drives (issue761)
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 7e740a7ea9e..89bbbdead46 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2010/08/21 14:18:04 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2010/08/28 11:34:26 wiz Exp $ # -DISTNAME= mercurial-1.6.2 +DISTNAME= mercurial-1.6.3 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index c31011d8ee3..39b811e6740 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2010/08/07 06:24:05 wiz Exp $ +$NetBSD: distinfo,v 1.35 2010/08/28 11:34:26 wiz Exp $ -SHA1 (mercurial-1.6.2.tar.gz) = 99ba14237fe805a848329a1cffc15f55aab83548 -RMD160 (mercurial-1.6.2.tar.gz) = 63af0ff844c9213c5fe399c0c1be8ecbccc76b3d -Size (mercurial-1.6.2.tar.gz) = 2200926 bytes +SHA1 (mercurial-1.6.3.tar.gz) = d198fb97182f7b23277007d66fadd2d038ff6ef7 +RMD160 (mercurial-1.6.3.tar.gz) = cd63da24cb30358c3905e59ac3d86721f0837743 +Size (mercurial-1.6.3.tar.gz) = 2205031 bytes |