Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 0A6337A3D4 for ; Thu, 26 May 2016 17:42:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B09AD85EEB; Thu, 26 May 2016 17:42:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E64885EEC for ; Thu, 26 May 2016 17:42:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PxskH54ifrLI for ; Thu, 26 May 2016 17:42:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AB6DB85EEB for ; Thu, 26 May 2016 17:42:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6654FBBA; Thu, 26 May 2016 17:42:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 26 May 2016 17:42:47 +0000 From: "Richard PALO" Subject: CVS commit: pkgsrc/devel/RBTools To: pkgsrc-changes@NetBSD.org Reply-To: richard@netbsd.org X-Mailer: log_accum Message-Id: <20160526174247.A6654FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: richard Date: Thu May 26 17:42:47 UTC 2016 Modified Files: pkgsrc/devel/RBTools: Makefile distinfo Log Message: update to RBTools-0.7.6 RBTools 0.7.6 Release Notes Release date: April 26, 2016 New Features rbt api-get rbt api-get can now be used outside of a checkout. When passing --server, rbt api-get can be used anywhere, making it useful for more types of integrations. Team Foundation Server Added support for specifying the path to the tf.exe command for TFS. The tf.exe path can now be specified by using the --tf-cmd option on the command line, or by setting TF_CMD in .reviewboardrc. Patch by Brandon Martin. Added support for using --exclude on TFS. Patch by Brandon Martin. Added support for branch (copy) operations on TFS. Branched/copied files can now be posted against Review Board when using Power Pack 1.4.1 or higher. These can also be combined with edit operations. Based on work by Brandon Martin. API Added pagination helpers for all ListResources. This introduces ListResource.all_pages(), which yields every page of the resource, and ListResource.all_items(), which yields every item on the page. These should help with processing pages of information from the API in a consistent way. Performance Improvements Reduced the work needed to look up ClearCase and Subversion repositories. For ClearCase and Subversion, it’s necessary to fetch a list of all compatible repositories in order to compare certain information. We now take advantage of server-side filtering to reduce the set of repositories we have to scan through. Patch by Joshua Olson. Improved performance when locally scanning ClearCase repositories. Bug Fixes General When running in a non-interactive console, RBTools commands will no longer hang prompting for login credentials. It’s up to the caller to ensure that RBTools has a valid session cookie or credentials (such as an API token) provided on the command line or in .reviewboardrc. Patch by Vadim Zeitlin. rbt post Fixed posting commit IDs for non-Perforce clients. Patch by Ben Asher. The summary of a commit is no longer lost if passing a custom summary and guessing the description from the commit message. If the summary is passed on the command line but the description is guessed from the commit message, the first line of the commit message would be lost. This change improves that by concatenating the summary and description back together if the summary line isn’t being used for the review request. Based on work by Alexander Goncahrov. rbt setup-repo Improved the fuzzy matching of repositories, to help more accurately return possibly matching results. Patch by H W Tovetjärn. Mercurial Fixed broken parent commit IDs when using relative, negative, or short revisions. (Bug #3915) When referencing a relative revision (those starting with a ^), or specifying a negative or short revision number, hgweb would fail to find the matching commits. We now normalize those revisions. Patch by André Klitzing. Perforce Fixed a crash when posting a changelist that included a deleted symbolic link. (Bug #4037) This was supposed to log that the file would be skipped, but there was an error with the logging call. Patch by Akis Kalligeros. Fixed a Unicode mismatch when updating an existing review request from a changeset using rbt post -u. Fixed a bad update call that would lead to an empty but harmless “CRITICAL” error message. Team Foundation Server Fixed rbt setup-repo with TFS repositories. Fixed properly decoding the character set of XML files coming from TFS. Contributors Akis Kalligeros Alexander Goncahrov André Klitzing Barret Rennie Ben Asher Brandon Martin Christian Hammond David Trowbridge H W Tovetjärn Joshua Olson Vadim Zeitlin To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/RBTools/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/RBTools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.