From owner-cvs-all@FreeBSD.ORG Wed Apr 11 08:19:18 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C9BC106566B; Wed, 11 Apr 2012 08:19:18 +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 D3B0E8FC1A; Wed, 11 Apr 2012 08:19:17 +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 q3B8JHVm029346; Wed, 11 Apr 2012 08:19:17 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3B8JHaV029345; Wed, 11 Apr 2012 08:19:17 GMT (envelope-from roberto) Message-Id: <201204110819.q3B8JHaV029345@repoman.freebsd.org> From: Ollivier Robert Date: Wed, 11 Apr 2012 08:19:17 +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 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2012 08:19:18 -0000 roberto 2012-04-11 08:19:17 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile distinfo pkg-plist Log: Update to 2.1.2. This is a regularly-scheduled bugfix release. alias: abort on missing positional args (issue3331) aliases: use empty string for missing position parameters (issue3331) bookmarks: clone non-divergent bookmarks with @ in them convert/git: abort if git submodules are detected (issue2150) convert: deal with empty splicemap path (issue3311) dirstate: avoid normalizing letter case on icasefs for exact match (issue3340) dirstate: fix some problems for recursive case normalization (issue3342) dirstate: normalize case of directory components extdiff: escape filenames with vim/DirDiff and make quoting work with Windows filemerge: remove temporary files when using internal:dump as merge-tool filemerge: restore default prompt for binary/symlink lost in 83925d3a4559 icasefs: use case preserved root for 'util.fspath()' invocation (issue3302) largefiles: suppress unexpected warning of 'hg status' for removed files localrepo: fix unpushable repos when using bookmarks (issue3317) merge: accept missing revisions in symlink flag merge (issue3316) merge: handle linear update to symlink correctly (issue3316) mq: fix qpush --move with comments in series file between applied patches qfinish: comply with the phases.new-commit option in secret mode (issue3335) rebase: move bookmarks as needed with pull --rebase (issue3285) rebase: properly calculate descendant set when aborting (issue3332) rename: handle case-changing (issue1717) setup.py: don't call splitlines twice on the output of xcodebuild (issue3277) strip: enhance repair.strip to receive a list of nodes (issue3299) strip: ignore -n (issue3326) (BC) wix: add phases help text and two more translations (issue3288) PR: ports/166751 Submitted by: Olivier Duchateau Revision Changes Path 1.71 +3 -1 ports/devel/mercurial/Makefile 1.46 +2 -2 ports/devel/mercurial/distinfo 1.45 +3 -1 ports/devel/mercurial/pkg-plist