Project

gerricator

0.0
No commit activity in last 3 years
No release in over 3 years
Command-line tool to create or update Phabricator diff from Gerrit change
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.8
~> 2.2
~> 1.3
~> 0.19
 Project Readme

gerricator

Command-line tool to create or update Phabricator diff from Gerrit change

Requirements

  • git
  • arc
  • ruby (> 2.0)

Installation

gem install gerricator
gerricator init
editor ~/.config/gerricator/config.yml

Examples

# push patchset 1 in gerrit change 2020 to phabricator
gerricator push 2020 1  # outputs differential id, ex. 'D201'

# push patchset 3, update the same phabricator diff
gerricator push 2020 3

# push latest patchset in change 2020
gerricator push 2020

# does nothing because 2020#3 is already pushed
gerricator push 2020 3

# you can also use long change-id
gerricator push Id7c5ef224f847422350ecbdaa8da397ffd929f9a

# see debug logs
export VERBOSE=1
gerricator push 2020 2