Govinda Tatti wrote: > > I am looking for answers to the following questions or pointers > for more information. Thanks in advance. > > 1. How to add separate comments/bugids for individual files?
Only by keeping them in separate changesets. The recommit supported by the tools will collapse everything into one changeset, combining the comments along the way. > 2. For local project gate, > a. How to I setup notification for every pull/push > to the project gate (similar to teamware > Codemgr_wsdata/notification)?. See the hooks in ssh://anon at hg.opensolaris.org//hg/scm-migration/onnv-gk-tools, but don't enable any of them on your repo until you know what they do, and have made sure they won't be sending mail to/from the ON gatekeepers, and that you won't attempt to push to the onnv-gate repo on opensolaris.org. > b. Do I need to setup/configure anything for multiple folks > to integrate their changes into the project gate? No, as long as you don't setup any hooks that might cause a transaction to be rolled back. If you do that, you'll want to consider a gate/clone arrangement, with the gate write-only and the clone read-only. --Mark