[MERGE] Allow changing --[no-]trees with reconfigure (bug 145033)

Matthew D. Fuller fullermd at over-yonder.net
Mon Jan 19 02:38:35 GMT 2009


On Sun, Jan 18, 2009 at 09:55:45PM +0200 I heard the voice of
Marius Kruger, and lo! it spake thus:
> 
> Behold this is a problem: if it is runned within a branch&tree, it
> deletes the workingtree!

What?  No it doesn't, any way I can try.  If it can't find a shared
repo, it errors out.  If it does, the code paths added are:

        if self._set_with_trees:
            self.repository.set_make_working_trees(True)
        if self._set_with_no_trees:
            self.repository.set_make_working_trees(False)

and neither of those touches a WT (or a branch for that matter).  They
just make a file in the repo.

Is it actually doing this for you?  How can I reproduce it?


-- 
Matthew Fuller     (MF4839)   |  fullermd at over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.



More information about the bazaar mailing list