Hello, and a question..
Martin Pool
mbp at sourcefrog.net
Wed Jul 29 02:03:52 BST 2009
2009/7/29 INADA Naoki <songofacandy at gmail.com>:
>> bzr shouldn't need to read substantial data from the branch/repository
>> to generate a working tree state delta; I smell a bug in TBzr.
>
> I have lp:bzr stacked branch and bzr ls, bzr info, bzr status commands
> use network.
You have a local branch stacked on lp:bzr, or you have a branch on
Launchpad stacked on lp:bzr and then a checkout of that?
The first case is supported, but not guaranteed to be fast if the
fallback repository is remote; bzr often reads from both the stacked
and stacked-on repository.
> Is there any API for look workingtree without connecting branch/repository?
I think most wt APIs should not open the branch. info, for example,
does open the branch, because it tells you about the branch. ls
should not; status I think should not. If they are, it would be
useful to file bugs including a -Dhpss trace of what they're doing.
--
Martin <http://launchpad.net/~mbp/>
More information about the bazaar
mailing list