directory mysteriously ignored

Yakov Lerner iler.ml at gmail.com
Sun Jul 15 07:41:22 CDT 2007


On 7/14/07, Alexis S. L. Carvalho <alexis at cecm.usp.br> wrote:
> Thus spake Yakov Lerner:
> > I added bunch of files (8,000) files to the freshly initialized repo.
> > After the clone, I found that one directory was ignored.
> > Directory name was  'saved-dotfiles-old-expand'.
>
> Have you defined some global hgignore file?
no

> I.e. does this command give you any output:
> hg showconfig ui | grep ignore

Empty output

> You do know that hg doesn't track directories, right?  So I'm assuming
> that "directory <foo> was ignored" means "files inside directory <foo>
> were ignored".

The ignored directory contains following fils:

% find saved-dotfiles-old-expand
saved-dotfiles-old-expand
saved-dotfiles-old-expand/dotvim_dir
saved-dotfiles-old-expand/dotvim_dir/.vim
saved-dotfiles-old-expand/dotvim_dir/.vim/colors
saved-dotfiles-old-expand/dotvim_dir/.vim/plugin

What you suggest is that either 'dotvim_dir' or '.vim' is ignored.
But string 'vim' is not even in .hgignore.

I probably need to start bisecting the .hgignore ...

> The three problems that you reported were regex-related, so
> maybe there was some problem in the re (or _sre) module...
> Is your python instalation OK?

Which test do I run to check my python installation ?

Yakov


More information about the Mercurial mailing list