I looked at the updated changes in http://cr.opensolaris.org/~vijaybk/webrev_355/, and I have a couple concerns about cdm_branchchk():
- If there are multiple heads, do we want to display more than just the revision number for each head? I don't know if we need to display all the same information that "hg heads" provides, I'd like to see at least the short-form changeset ID and the 1-line log (summary) message. - The named branch check looks like it just checks the name of the current branch. So it wouldn't catch the case where somebody commits something on a new branch, goes back to using the default branch, and then merges with the new branch. Is there some way to review the entries in the active list and see if any of them belong to a branch other than "default"? mike PS. Sorry to take so long to get back to you.