1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Plans
=====
.. toctree::
:hidden:
performance-roadmap
colocated-branches
tortoise-strategy
improved_chk_index
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap
for fixing performance in bzr over the next few releases.
* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support
for storing multiple branches in one file-system directory.
* `Bazaar Windows Shell Extension Options <tortoise-strategy.html>`_ |--|
Implmentation strategy for Bazaar Windows Shell Extensions, aka
TortoiseBzr.
* `CHK Optimized index <improved_chk_index.html>`_
.. |--| unicode:: U+2014
..
vim: ft=rst tw=74 ai
|