[MERGE] Some small fixes for bzr-hg

Andrew Bennetts andrew at canonical.com
Mon Jul 17 01:34:05 BST 2006


On Sun, Jul 16, 2006 at 09:56:14PM +1000, Robert Collins wrote:
> On Sat, 2006-07-15 at 17:57 +0200, Jelmer Vernooij wrote:
> 
> 
> > === added file .bzrignore //
> > file-id:bzrignore-20060706005544-yzowsrbf322pjinx-
> > ... 1
> > --- /dev/null
> > +++ .bzrignore
> > @@ -0,0 +1,2 @@
> > +*.pyc
> > +build
> 
> Whats build here ? Ignoring *.pyc is clearly fine.

It's created by distutils (i.e. your setup.py).  Try "python setup.py build",
which is part of what happens when doing "python setup.py install".

-Andrew.





More information about the bazaar mailing list