• Get Review Board
  • What's New
  • Products
  • Review Board Code review, image review, and document review
  • Documentation
  • Release Notes
  • Power Pack Enterprise integrations, reports, and enhanced document review
  • Try for 60 Days
  • Purchase
  • RBCommons Review Board as a Service, hosted by us
  • Pricing
  • RBTools Command line tools and Python API for Review Board
  • Documentation
  • Release Notes
  • Review Bot Automated code review, connecting tools you already use
  • Documentation
  • Release Notes
  • RB Gateway Manage Git and Mercurial repositories in your network
  • Documentation
  • Release Notes
  • Learn and Explore
  • What is Code Review?
  • Documentation
  • Frequently Asked Questions
  • Support Options
  • Third-Party Integrations
  • Demo
  • Review Board RBTools Power Pack Review Bot Djblets RB Gateway
    1. RBTools
    2. RBTools 0.5.2 Release Notes
  • Home
  • RBTools 5.2.1 Release Notes
  • RBTools 5.2 Release Notes
  • RBTools 5.1.1 Release Notes
  • RBTools 5.1 Release Notes
  • RBTools 5.0 Release Notes
  • RBTools 4.1 Release Notes
  • RBTools 4.0 Release Notes
  • RBTools 3.1.2 Release Notes
  • RBTools 3.1.1 Release Notes
  • RBTools 3.1 Release Notes
  • RBTools 3.0 Release Notes
  • RBTools 2.0.1 Release Notes
  • RBTools 2.0 Release Notes
  • RBTools 1.0.3 Release Notes
  • RBTools 1.0.2 Release Notes
  • RBTools 1.0.1 Release Notes
  • RBTools 1.0 Release Notes
  • RBTools 0.7.11 Release Notes
  • RBTools 0.7.10 Release Notes
  • RBTools 0.7.9 Release Notes
  • RBTools 0.7.8 Release Notes
  • RBTools 0.7.7 Release Notes
  • RBTools 0.7.6 Release Notes
  • RBTools 0.7.5 Release Notes
  • RBTools 0.7.4 Release Notes
  • RBTools 0.7.3 Release Notes
  • RBTools 0.7.2 Release Notes
  • RBTools 0.7.1 Release Notes
  • RBTools 0.7.0 Release Notes
  • RBTools 0.6.3 Release Notes
  • RBTools 0.6.2 Release Notes
  • RBTools 0.6.1 Release Notes
  • RBTools 0.6 Release Notes
  • RBTools 0.5.7 Release Notes
  • RBTools 0.5.6 Release Notes
  • RBTools 0.5.5 Release Notes
  • RBTools 0.5.4 Release Notes
  • RBTools 0.5.3 Release Notes
  • RBTools 0.5.2 Release Notes
  • RBTools 0.5.1 Release Notes
  • RBTools 0.5.0 Release Notes
  • RBTools 0.4.3 Release Notes
  • RBTools 0.4.2 Release Notes
  • RBTools 0.4.1 Release Notes
  • RBTools 0.4.0 Release Notes
  • RBTools 0.3.4 Release Notes
  • RBTools 0.3.3 Release Notes
  • RBTools 0.3.2 Release Notes
  • RBTools 0.3.1 Release Notes
  • RBTools 0.3.0 Release Notes
  • RBTools 0.2.0 Release Notes
  • RBTools 0.2 RC 1 Release Notes
  • RBTools 0.2 Beta 2 Release Notes
  • RBTools 0.2 Beta 1 Release Notes
  • Release Notes
  • RBTools 0.5.2 Release Notes¶

    Release date: August 15, 2013

    New Features¶

    • Added support for posting Git changes to Bitbucket.

      Previously, our support for Bitbucket was limited to Mercurial repositories, but starting in Review Board 1.7.13, you can post to Git repositories as well. This only works with rbt post.

    • Added --help to rbt and all commands.

      We now support rbt help <command>, rbt --help <command>, and rbt <command> --help.

      This also supports the short-hand flag, --help.

    • Added the rbt get tool.

      This command takes a path to an API resource, requests the resource, and prints it as JSON. The path can either be a full URL, or a path relative to the API URL for the Review Board server in the current source tree (such as /review-requests/123/).

      Query arguments may also be specified for the request. Each query argument appears after -- on the command line and takes the form --<query-arg>=<value>. For example, rbt api-get /review-requests/ -- --counts-only=1 would result in a request to http://example.com/api/review-requests/?counts-only=1.

    • Added git-p4 support to rbt post.

      Changes on a branch of a git-p4 repository can now be posted to Review Board against a configured Perforce repository.

      This doesn’t yet support tracking moved files. Any moved files in a change will appear as groups of added and deleted files.

      Patch by Chris van Es.

    • Improved error feedback when posting/updating a review request.

      rbt post now shows proper error messages from the server when there’s an issue creating or updating a review request. It also logs additional detailed information in the debug output.

      Patch by Andrew Grigorev.

    • Added an --svn-show-copies-as-adds flag to rbt post. (Bug #3024)

      When copying a branch and posting for review, rbt post will inform the user that it cannot post the change by default, and to pass --svn-show-copies-as-adds, which will include the copied branch. This helps avoid the problem of accidentally posting a massive, potentially unnecessary change for review.

      Patch by Sudhir Sangappa.

    Bug Fixes¶

    • Fixed a breakage where the git-svn support attempted to access the value for --parent, which isn’t available for git-svn. Patch by Hanno S.

    • Fixed a breakage in Plastic support, due to a code refactor. (Bug #3044)

    • When generating a Perforce diff, symlinks are no longer included, as these could easily lead to crashes. Patch by Damian Johnson.

    Contributors¶

    • Andrew Grigorev

    • Christian Hammond

    • Chris van Es

    • Damian Johnson

    • David Trowbridge

    • Hanno S

    • Steven MacLeod

    • Steven Walter

    • Sudhir Sangappa

    Keep up with the latest Review Board releases, security updates, and helpful information.

    About
    News
    Demo
    RBCommons Hosting
    Integrations
    Happy Users
    Support Options
    Documentation
    FAQ
    User Manual
    RBTools
    Administration Guide
    Power Pack
    Release Notes
    Downloads
    Review Board
    RBTools
    Djblets
    Power Pack
    Package Store
    PGP Signatures
    Contributing
    Bug Tracker
    Submit Patches
    Development Setup
    Wiki
    Follow Us
    Mailing Lists
    Reddit
    Twitter
    Mastodon
    Facebook
    YouTube

    Copyright © 2006-2025 Beanbag, Inc. All rights reserved.

    Terms of Service — Privacy Policy — AI Ethics Policy — Branding

    On this page

    • [Top]
    • New Features
    • Bug Fixes
    • Contributors