On 06/26/09 16:14, Will Fiveash wrote: > Recently I ran hg pbchk on some Solaris Kerberos code, which we get from > MIT and is exempt from code formatting rules and in some cases the > copyright checks since we do not add Sun copyrights or the CDDL to files > we don't modify significantly. hg pbchk spewed many meaningless errors > on these files which I'd like to filter out like I was able to when > using wx's *.NOT files. Does hg support something similar? > > Yes.
cd .hg mkdir cdm vi cstyle.NOT and include the list of files to be excluded from cstyle checking. Pete