http://bugzilla.opensuse.org/show_bug.cgi?id=954556 http://bugzilla.opensuse.org/show_bug.cgi?id=954556#c7 --- Comment #7 from Tony Mechelynck <antoine.mechelynck@gmail.com> --- Running "hg diff" between the tip of the latest merge and its remote parent (hg --pager=yes diff -r 7381 -r tip) shows a lot of "new" files which are, however, mentioned in .hgignore. These files are a few symlinked directories with a strange line "\ No newline at end of file" at the end, objects (*.o), executables (no extension on Linux, but mode +x, and known names), "compiled" dictionaries (*.mo), and a few sources in src/auto/ (auto/*.h), all of which are regenerated by make whenever they are seen to be out-of-date with the corresponding sources or with whatever the makefile makes them depend on. IMHO anything mentioned in .hgignore should be missing from the Mercurial records and in particular from the diff I ran. I wonder what went wrong where but as long as compilation works (and gives me the expected executable) I'm going to regard it as a strange quirk rather than as a bug. The only reason I'm mentioning it at all is that it might be a symptom of something I'm not aware of. -- You are receiving this mail because: You are on the CC list for the bug.