Nathan Bush <nathan.bush at sun.com> writes: > Vladimir Marek wrote: >> I would like to publish proposed fix, how do I, please, setup comments >> for given change ? (something like >> >> 123 this is the bug > > Enter your comments in that form when you run 'hg commit' in your child > repository. Then run "webrev". It will run 'hg-active' for you, so the > comments will be retrieved from the repository's history and used in the > webrev automatically.
Something I tend to do is run hg-active -w . > file.list then edit file.list and use webrev -w You can also use hg recommit and give it comments of that form (if you have comments that aren't in that form in changesets you want to collapse, or whatever). -- Rich