[RFC] init-repo take --tree option

Robert Collins robertc at robertcollins.net
Tue Apr 4 01:20:36 BST 2006


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.

Rob

-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060404/8cd86587/attachment.pgp 


More information about the bazaar mailing list