~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Alexander Belchenko
  • Date: 2006-11-06 10:03:44 UTC
  • mto: This revision was merged to the branch mainline in revision 637.
  • Revision ID: bialix@ukr.net-20061106100344-86ca4fca07fbe551
bzrtool's iter_branches is too slow. Added --debug-time feature show this fact

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Yet not implemented:
2
 
 
3
 
- Write blackbox tests for 'heads' command
4
 
- 'heads' command could use LOCATION argument for remote operations
5
 
- Implement various sorting schemes (by nick) -- req. Wouter van Heyst
6
 
- Resurrect heads without live branches - req. Eric Bagfors
7
 
 
8
 
 
9
 
Implemented:
10
 
 
11
 
- Implement various sorting schemes (by date [IMPLEMENTED]) -- req. Wouter van Heyst
12
 
- Show only heads without live branches [IMPLEMENTED] - req. Aaron Bentley
13
 
- Show tips of all live branches [IMPLEMENTED]
 
1
- Write blackbox tests for 'heads' command
 
2
- 'heads' command could use LOCATION argument for remote operations
 
3
- Implement various sorting schemes (by date [IMPLEMENTED], by nick) -- req. Wouter van Heyst
 
4
- Show only heads without live branches - req. Aaron Bentley
 
5
- Resurrect heads without live branches - req. Eric Bagfors