>> 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.

hg update -C
hg revert -r oldrev files
hg commit files

I think you want "revert" instead of "update," because it (revert) will 
change files in your working directory without updating metadata about 
your working context.

?

--Mark
_______________________________________________
tools-discuss mailing list
tools-discuss@opensolaris.org

Reply via email to