Mark J. Nelson wrote: > You'll want an hgignore list, something like > > syntax=regexp > \#.+# > .+\.pyc > proto/.+ > .+.o > /debug32/ > /debug64/ > webrev/ > \.make\.state > > ...and referenced in your .hgrc.
Shouldn't hgsetup do this for you? -- Alan Burlison --