diff --git a/tools/mach_commands.py b/tools/mach_commands.py index 6ad895b82cc..2ca8475a15d 100644 --- a/tools/mach_commands.py +++ b/tools/mach_commands.py @@ -302,13 +302,7 @@ class ReviewboardToolsProvider(MachCommandBase): args = ['help'] self._activate_virtualenv() - # We install RBTools from source control because the currently released - # version doesn't have patches that make Mercurial usable in many - # scenarios. - commit = '416a728292dff3f279e5d695f48a29749b51b77a' - self.virtualenv_manager.install_pip_package( - 'git+https://github.com/reviewboard/rbtools.git@%s#egg=RBTools' % - commit) + self.virtualenv_manager.install_pip_package('RBTools==0.6') from rbtools.commands.main import main