Danek Duvall wrote: > On Tue, Aug 26, 2008 at 01:41:58PM -0700, Dan Mick wrote: > >> I've done several commits, some merges, some recommits on these files. Is >> the right answer to 'hg rollback <file>' to the parent's tip revision for >> each of the files, and then my final recommit will remove any evidence of >> my changes? > > Can't "rollback" a file, but you can "update" a file to a particular > revision, which is what I'd suggest here. > > Danek
Grr. What I actually *meant* to type was "backout", but I see now that's not per-file either. As for the "update -C/revert -r oldrev/commit" path: the update -C just loses my uncommitted changes, right?...does it serve any other purpose? i.e. I'd expect that to be a no-op if all my changes are committed, which is surely what I'd want before undoing just some of them with revert/commit, right? _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org