Re: [dev-servo] Useful tools for current Stylo workflow

2017-02-18 Thread Bobby Holley
Nice! That test expectation script in particular looks super useful. :-) On Sat, Feb 18, 2017 at 2:58 AM, Manish Goregaokar wrote: > I updated some of my scripts to the latest workflow, thought I would share > them. > > To take a cinnabar servo branch based on `tip`, and remove all changes > rel

[dev-servo] Useful tools for current Stylo workflow

2017-02-18 Thread Manish Goregaokar
I updated some of my scripts to the latest workflow, thought I would share them. To take a cinnabar servo branch based on `tip`, and remove all changes related to servo, run these two commands in succession: - git filter-branch --index-filter 'git reset @ servo && git checkout @ -- servo' -