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

    Release date: January 18, 2018

    New Features¶

    rbt post¶

    • Added support for --diff-only on all repositories.

      Previously, this option only worked for Perforce. It now works for Git, Subversion, and everything else, preventing any fields either computed from a commit, specified in .reviewboardrc, or specified on the command line from being considered when updating a review request.

    • Diff sizes are now logged when posting using --debug.

      This will help us to diagnose issues sent to us when posting changes for review.

    Compatibility Changes¶

    • Git-style diffs are now used when posting changes against Mercurial repositories.

      Git-style diffs contain more useful information, beyond what Mercurial-style diffs provide, leading to a better experience on Review Board. Tools that make use of posted Mercurial diffs may be impacted if they don’t understand Git-style diffs.

      The diffs also no longer contain the date and time that the diff was generated, so that checksums are consistent across multiple generations of the same diff.

      Patch by André Klitzing.

    Bug Fixes¶

    rbt post¶

    • Fix incomplete help output around --tracking-branch’s default behavior when using Git.

      The old output said that on Git, origin/master will be used as the default tracking branch if one is not otherwise specified. However, the actual logic first attempts to use the remote branch that the current branch tracks (if any). The help output has been fixed to reflect this.

    • Fixed a crash that could occur when checking for Subversion repositories.

      When trying to determine the type of a repository, RBTools will try to check if it’s running in a Subversion repository. Depending on the locales chosen, this could previously result in a crash.

    • Fixed the --diff-only option to only update diffs.

      This option has been around a long time, and was previously only for Perforce. It hasn’t actually worked correctly in a long time, and a recent change caused some behavior that conflicted with the option, resulting in Perforce change descriptions overriding the fields on a review request. The option should now work as described.

    • Posting Subversion commits for review now automatically fills in the summary and description of the review request.

      Based on work by Graham Seaman.

    rbt install¶

    • Fixed a hash validation issue when trying to install rb-tfs on Windows.

      This could happen due to the zip file containing rb-tfs being interpreted as text in some cases. We now ensure we’re treating the file explicitly as binary when validating the hash.

    Mercurial¶

    • Fixed generating Git-compatible diffs containing empty files. (Bug #4600)

      Patch by André Klitzing.

    Team Foundation Server¶

    • tf.exe from Visual Studio 2015 no longer takes priority over rb-tfs.

      This fixes problems when using RBTools on Visual Studio 2017.

    Contributors¶

    • André Klitzing

    • Christian Hammond

    • David Trowbridge

    • Graham Seaman

    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
      • rbt post
    • Compatibility Changes
    • Bug Fixes
      • rbt post
      • rbt install
      • Mercurial
      • Team Foundation Server
    • Contributors