~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to TODO.heads

  • Committer: Benoît Pierre
  • Date: 2008-11-16 17:50:52 UTC
  • mto: This revision was merged to the branch mainline in revision 683.
  • Revision ID: benoit.pierre@gmail.com-20081116175052-8ldrpprvpfq3wscm
Check if STDOUT is a TTY in has_ansi_colors: return False if not.

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]