Re: Review update quirk (auto reverting changes)

2016-03-21 Thread Galen Elfert
Ah, gotcha. That makes a lot of sense, and actually makes the whole implementation a lot easier, since we can just post updates using the same keywords as the original request. Thanks for clearing that up. Galen On Saturday, 19 March 2016 17:30:32 UTC-7, Christian Hammond wrote: > > Hi Galen

Re: Review update quirk (auto reverting changes)

2016-03-19 Thread Christian Hammond
Hi Galen, Each revision of a diff is meant to contain the entire set of changes you want reviewed. It sounds like your script may be sending only the latest commit? If so, you'll need to adjust that to include the entire set of changes across all of the commits that make up that review request. T