Tony Mechelynck wrote: > On 25/05/10 22:37, Bram Moolenaar wrote: > [...] > > The undo files are hidden, all version control systems I know will > > ignore them. E.g. swap files are normally not a problem. > [...] > > For a counterexample, Mercurial tracks files regardless of an initial > dot: .hgignore is specifically mentioned as tracked, and I've also seen > it mentioning src/.version.c.swp when I did hg status with a file open > in Vim.
Yeah, Mercurial is a bit annoying, it does ignore it's own files (.hg, .hgtags) but not others. I'm sure they had a long discussion about that. I did add a "~" to the file name, so that .hgignore files that are already setup to ignore backup files also won't see the undo files. -- hundred-and-one symptoms of being an internet addict: 101. U can read htis w/o ny porblm and cant figur eout Y its evn listd. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
