• 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.7.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.7.2 Release Notes¶

    Release date: March 9, 2015

    New Features¶

    • Added two new commands: rbt login and rbt logout.

      These commands make it easy to log in or out of Review Board without having to perform other operations on the server.

      rbt login will prompt the user for credentials, log in to Review Board, and store the session cookie. The credentials can optionally be provided by passing --username and --password.

      rbt logout will log out of the Review Board server, invalidating the cookie. The cookie will then be removed from the cookies file.

    Bug Fixes¶

    General¶

    • Fixed a Unicode issue when prompting for input.

      Patch by Halvor Lund.

    • The .reviewboardrc search path now uses the original behavior of checking for the file in the current directory or a parent before checking the one in the home directory.

    • Fixed file exclusion so that it’s consistent across all types of repositories. (Bug #3776)

      Previously, patterns matching the root of a repository led to inconsistent behavior across the various repositories. Now all paths begining with a path character (\ or /) are treated relative to the root of the checkout. The exception is CVS, which treats it as relative to the current directory, as that’s how it handles diff generation in general.

    rbt land¶

    • Fixed using --edit when landing remote changes.

      Previously, this option was being ignored, requiring the commit to be amended later.

    • The change description is no longer printed to the console when using --edit.

    rbt post¶

    • Fixed issues posting changes against Git repositories hosted on Bitbucket, Beanstalk, and Unfuddle.

      When running against Review Board 2.0.13 or older, we must go into a compatibility mode for diff validation. We recommend upgrading to 2.0.14 or higher.

    API¶

    • Fixed a Unicode issue when assembling HTTP requests.

      Patch by Halvor Lund.

    • API caching is now disabled for Review Board 2.0.13 and lower.

      We found some other caching problems that were worth working around in 2.0.13 by disabling the cache. It now requires the upcoming 2.0.14 and higher.

    Subversion¶

    • Fixed handling of empty files in Subversion diffs in certain cases.

    • Fixed path concatenation to prevent a leading double slash.

      Patch by Griffin Myers.

    • Fixed trying to use --svn-show-copies-as-adds when using versions of SVN prior to 1.7.

      Patch by Griffin Myers.

    • --svn-show-copies-as-adds now respects included and excluded files. (Bug #3649)

      Patch by Griffin Myers.

    • Fixed several bugs when using --svn-show-copies-as-adds with including unwanted items.

      Patch by Griffin Myers.

    Contributors¶

    • Beth Rennie

    • Christian Hammond

    • David Trowbridge

    • Griffin Myers

    • Halvor Lund

    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
      • General
      • rbt land
      • rbt post
      • API
      • Subversion
    • Contributors