From owner-cvs-ports@FreeBSD.ORG Mon Aug 30 08:23:27 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64F4F1065673; Mon, 30 Aug 2010 08:23:27 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B4F28FC1C; Mon, 30 Aug 2010 08:23:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7U8NRhN031244; Mon, 30 Aug 2010 08:23:27 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7U8NRAX031243; Mon, 30 Aug 2010 08:23:27 GMT (envelope-from roberto) Message-Id: <201008300823.o7U8NRAX031243@repoman.freebsd.org> From: Ollivier Robert Date: Mon, 30 Aug 2010 08:23:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mercurial Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2010 08:23:27 -0000 roberto 2010-08-30 08:23:27 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile distinfo Log: Update to 1.6.3 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) Revision Changes Path 1.52 +1 -1 ports/devel/mercurial/Makefile 1.30 +3 -3 ports/devel/mercurial/distinfo