1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# This file is for listing TODOs for branches that are being worked on.
# It should ALWAYS be empty in the mainline or in integration branches.
#
=======
Support use cases:
1) bzr log over bzr+ssh to a machine without bzr 0.11 installed, without
editing remote bashrc files.
2) bzr log to a inet running bzr://
Put both in the tutorial.
The path/url handling in the smart server protocol needs some thought -- be
explicit about what is to be passed over the wire and how it is to be
interpreted.
We should test that we upgrade branches and repositories through the smart
server.
|