git-crucible

Git extension that creates reviews in Crucible straight from the command line.


License
BSD-3-Clause
Install
pip install git-crucible==0.1.2

Documentation

git-crucible

Info: See github for the latest source.
Author: Josh Braegger <rckclmbr@gmail.com>

About

This is git-crucible, a command-line tool for submitting code review patches to Crucible.

Install

Latest Stable:

sudo pip install git-crucible

or from Git:

git clone git://github.com/rckclmbr/git-crucible.git
cd git-crucible
python setup.py install