On Thu, Oct 16, 2008 at 10:14:05AM -0400, James Carlson wrote: > Nicolas Williams writes: > > On Tue, Oct 14, 2008 at 06:22:51PM -0500, Nicolas Williams wrote: > > > I'll post a webrev later. > > > > I've updated the webrev. > > > > I did not snapshot my ws when I made the first webrev, and getting an > > incremental webrev going has been rather painful. > > As long as you have the old webrev available, use "webrev -p" and > point it at the old webrev directory itself. It'll generate an > incremental.
That's what you'd think. I didn't have an old webrev available, but I snapshot/cloned my ws with ZFS, did an hg update -r <older version> (I hadn't recommitted since the previous webrev), and tried webrev -p (as well as reparenting + webrev). No dice. webrev, it seems, diffs against the latest version in the parent wes, not against what's "checked out" (the version I did an hg update -r to). Methinks I'll just have to create a new clonce clone and import into it the diffs from the earlier revision, then use the new ws as a parent to the current ws. Nico --