Quoth Phi Tran on Wed, Sep 17, 2008 at 08:21:03PM -0700: > I have two changesets. Each changeset is for a different bug. I pull > both of the changeset into a new repository, merge, and commit. When I > do a webrev, the bug comments for both changeset shows up under each > file. How can I get the right bug comment to show under the right > file?
If by 'merge' you mean 'recommit', then you can't. Mercurial's changesets are repository-based, not file-based. David