Bug in Mercurial?
Martin Geisler
mg at lazybytes.net
Wed Dec 23 17:59:00 UTC 2009
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.
If you do have it enabled, then add
[extensions]
inotify = !
to your ~/.hgrc file to disable it again or edit the global
configuration file under /etc/mercurial.
--
Martin Geisler
VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20091223/e798c975/attachment.asc>
More information about the Mercurial
mailing list