Bug in Mercurial?
Octavian Râşniţă
orasnita at gmail.com
Wed Dec 23 12:27:43 CST 2009
From: "Martin Geisler" <mg at lazybytes.net>
Octavian Râşniţă <orasnita at gmail.com> writes:
> Hi,
>
> Today I've seen that Mercurial ignores some files from a program I
> made and I don't know if I am missing something or it has a bug.
>
> I use to commit the changes using:
>
> hg commit -A
>
> Should this command add all the newly created files in the repository,
> even if they were not added before?
Yes, that is the purpose of that command. It will also mark missing
files as removed.
If you are using Ubuntu or Debian, then please check if you have the
inotify extension enabled (see 'hg help inotify'). That extension tries
to speed up directory scans, but it is known to have bugs.
I use Mercurial under Windows XP. Do you know if the distro for Windows also
has that problem?
(Because under Windows I do hg status and it doesn't show any file.)
And when I push the files to the repository on the server... well, that
server is under Ubuntu, but I think it is not a problem.
Thank you.
Octavian
More information about the Mercurial
mailing list