I'm working on a graphical extension for mercurial and would like to store a small amount of state info (window size, etc.) between invocations and across local repos. Anything like that exist already? hgrc doesn't seem like a good fit and I didn't find anything similar in hg's source. Just wanted to check before I add code to my extension. -Brad