Table of Contents

  1. Table of Contents
  2. Overview
  3. Enabling DVCS
  4. Current DVCS Workflow
  5. Internals and Architecture
  6. Remaining Work

Overview

DVCS (or multiple commit review request) support is an improvement of our pre-commit (although pre-push would be a better name) workflow for DVCS SCMs such as Git and Mercurial. This feature allows users to:

Enabling DVCS

RBTools

The master branch is required. Apply the required patches to your RBTools checkout by running the following commands:

rbt patch -C 9911
rbt patch -C 9921

Review Board

The release-4.0.x branch is required. Support for uploading commits (but not for viewing) has presently landed. However, this is all hidden behind a feature flag.