1534
by Robert Collins
Add BRANCH.TODO, and update Makefile to clean pyo files. |
1 |
# This file is for listing TODOs for branches that are being worked on.
|
2 |
# It should ALWAYS be empty in the mainline or in integration branches.
|
|
1534.1.15
by Robert Collins
* The internal storage of history, and logical branch identity have now |
3 |
#
|
1534.4.4
by Robert Collins
Make BzrBranchFormat.find_format take a transport not a url for efficiency. |
4 |
|
1534.4.35
by Robert Collins
Give branch its own basis tree and last_revision methods; deprecated branch.working_tree() |
5 |
When merging: |
1534.4.4
by Robert Collins
Make BzrBranchFormat.find_format take a transport not a url for efficiency. |
6 |
* add news - fixed --one with testskipped |
7 |
branch formats are now tested uniformly, preventing regressions as new |
|
8 |
formats come online. |
|
1534.4.18
by Robert Collins
update TODO. |
9 |
* add news upgrade on url works |
10 |
* add testing news - branch_implementations |
|
11 |
* add testing news - testcasewithtransport |
|
1534.4.52
by Robert Collins
update BRANCH.TODO |
12 |
* add testing news - workingtree_implementations |
13 |
* add testing news - repository_implementations |
|
1534.4.27
by Robert Collins
update TODO |
14 |
* add testing news skips with --one |
1534.4.35
by Robert Collins
Give branch its own basis tree and last_revision methods; deprecated branch.working_tree() |
15 |
* document WorkingTree.create, branch.create, workingtree.create_standalone, branch.init deprecation. |
16 |
||
1534.4.52
by Robert Collins
update BRANCH.TODO |
17 |
Before considering it finished.: |
1534.4.19
by Robert Collins
merge from integration. |
18 |
* cleanup remnans of check_format in the BzrBranch constructor. |
1534.4.44
by Robert Collins
Make a new BzrDir format that uses a versioned branch format in a branch/ subdirectory. |
19 |
* check to use BzrDir |