[openstack-dev] Gerrit shortcut question

2014-05-12 Thread Lowery, Mathew
Gerrit supplies the following shortcuts for any change (in the new screen, there's a Download drop down in the top right or for the old screen, it's just under the Patch Set heading): Checkout git fetch https://review.openstack.org/openstack/trove refs/changes/09/88709/11 git checkout

Re: [openstack-dev] Gerrit shortcut question

2014-05-12 Thread Jay Pipes
You can do that with: git fetch --all git review -d PATCH_NUM git rebase master Best, -jay On Mon, May 12, 2014 at 1:03 PM, Lowery, Mathew mlow...@ebay.com wrote: Gerrit supplies the following shortcuts for any change (in the new screen, there's a Download drop down in the top right or for

Re: [openstack-dev] Gerrit shortcut question

2014-05-12 Thread Sean Dague
On 05/12/2014 01:03 PM, Lowery, Mathew wrote: Gerrit supplies the following shortcuts for any change (in the new screen, there's a Download drop down in the top right or for the old screen, it's just under the Patch Set heading): Checkoutgit fetch https://review.openstack.org/openstack/trove

Re: [openstack-dev] Gerrit shortcut question

2014-05-12 Thread Lowery, Mathew
Thanks Sean and Jay. The point in asking was to understand if I was doing something wrong because the behavior I wanted wasn't in Gerrit UI. Both of you suggested git review -d which makes sense. Thanks again. On 5/12/14, 1:10 PM, Sean Dague s...@dague.net wrote: On 05/12/2014 01:03 PM,

Re: [openstack-dev] Gerrit shortcut question

2014-05-12 Thread Jay Pipes
On Mon, May 12, 2014 at 2:23 PM, Lowery, Mathew mlow...@ebay.com wrote: Thanks Sean and Jay. The point in asking was to understand if I was doing something wrong because the behavior I wanted wasn't in Gerrit UI. Both of you suggested git review -d which makes sense. No worries at all,