Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5821BA664E for ; Sun, 9 Nov 2014 16:08:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F0C7B14A1CB; Sun, 9 Nov 2014 16:08:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D221214A1B8 for ; Sun, 9 Nov 2014 16:08:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AIIQpJG-QqO0 for ; Sun, 9 Nov 2014 16:08:53 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1C4D414A138 for ; Sun, 9 Nov 2014 16:08:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 16C9A98; Sun, 9 Nov 2014 16:08:53 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 9 Nov 2014 16:08:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-tortoisehg To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20141109160853.16C9A98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Nov 9 16:08:53 UTC 2014 Modified Files: pkgsrc/devel/py-tortoisehg: Makefile PLIST distinfo Log Message: Update to 3.2: TortoiseHg 3.2 is a regularly scheduled feature release Since 3.1, Mercurial commands are run in separate command server process. It generally contributes to reliability, but if you have a faulty extension or an in-process Python hook, it can corrupt the communication channel between TortoiseHg and the command server. If you see an error message like "cmdserver: timeout while reading...", please report it with the list of enabled third-party extensions and their versions. Currently, reviewboard (#3841) and onsub (#3924) extensions are known to have this issue. Bug Fixes commit: do not reload patch description if parent is unchanged (fixes #3304) qreorder: have drag-and-drop patches run extension command in worker process paths: resolve root directory from frozen executable path repowatcher: detect removal of repository files (fixes #3697) repoagent: unify workingBranchChanged with repositoryChanged (fixes #2572 - doesn't auto refresh when update and discard new branch) repofilter: grab focus only if shown by user action (refs #3917) repomodel: do not clear status message on filter option change (fixes #3887) repomodel: restore current/selected indexes by model on reload (refs #1913, fixes #3897) repowatcher: check mtime of obsolescence markers (fixes #3913) repowidget: do not overwrite browse history by revset result (refs #3832) repowidget: do not re-create model on repository or revset changed repowidget: move focus to history view when window gets visible (fixes #3917) repowidget: remove unused _reload_rev and _last_series (fixes #3923) repowidget: switch to commit tab if working-dir row is selected (fixes #1913) sync: bypass bundle overlay on fetch just like pull (fixes #3946 - fetch after check incoming fails) sync: rebuild target bookmarks/branches only when changelog updated (refs #3912) Improvements make output log a task tab, remove class LogDockWidget cmdcore: propagate --config options to command process debugruncommand: add command that runs hg command in dialog (closes #3934) infobar: clear status message with slight delay if command finished (refs #3308) prune: add dialog that prunes the specified revs qtapp: use wake-up fd to notice SIGINT on Unix strip: add --keep checkbox (closes #1865) workbench: add toolbar button that aborts any running commands graph style: evolution: also fadeout obsolete changeset repomodel: use lighter version of the usual color when a revision is hidden repomodel: use red as the default text color for troubled changeset To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-tortoisehg/Makefile \ pkgsrc/devel/py-tortoisehg/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-tortoisehg/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.