According to Daniel Harple:
file, and included is information about window settings (position, size, drawer open?). For example, when you move the project window, your VCS will mark it as changed. This is very annoying.
echo "*.tmproj" >>.hgignore hg commit -m "Don't handle TM project files."
(or use your local vcs instead of course)