Problem with bzr without default ignore list.
Erik Bågfors
zindar at gmail.com
Mon Jul 10 17:59:58 BST 2006
> The only question at this point is if we will use a built-in default if
> ~/.bazaar/ignore doesn't exist.
>
> I think we should, since it means people won't get shocked by the
> transition to 0.9, but it hasn't really been discussed enough to decide
> one way or another. I'll be cleaning up the ignore stuff so we can
> hopefully get it included today.
I have to say that I really like the fact that it's quick to get
started with bzr and it does sane things by default. I like
cd myproject
bzr init
bzr add
bzr ci -m 'foo'
I don't like
cd myproject
bzr init
bzr add
# Shit, that added to much
# Now where do I have a sane .bzrignore file?
cp /path/to/.bzrignore .
bzr revert
bzr add
bzr ci -m foo
Of course, having a user global ignore file makes this somewhat
better, but not good enough.
Regards,
Erik
More information about the bazaar
mailing list