[RFC] init-repo take --tree option

Erik Bågfors zindar at gmail.com
Tue Apr 4 07:11:46 BST 2006


2006/4/4, Robert Collins <robertc at robertcollins.net>:
> On Wed, 2006-03-29 at 11:55 +0200, Erik Bågfors wrote:
>
> > >
> > > +1 once Aaron's other requests are covered as well.
> >
> > Ok, new version that user --trees instead of --tree (as I had it) and
> > that runs cdir.open_workingtree() is now pushed to
> > http://erik.bagfors.nu/bzr/bzr.init-repo-tree
>
> One nit:
>
> +        self.assertRaises(errors.NoRepositoryPresent,
> cdir.open_repository)
> +        self.assert_(os.path.exists('a/c/hello'))
> +        cdir.open_workingtree()
> +
>
>
> we have
>         self.failUnlessExists('a/c/hello')
> which is clearer.
>
> Merging this now.


Didn't know that, thanks.

/Erik




More information about the bazaar mailing list