~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-07-12 01:30:55 UTC
  • Revision ID: mbp@sourcefrog.net-20050712013055-aafbf9db6df73c34
- fix up breakage of 'bzr log -v' by root_id patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
* Add of a file that was present in the base revision should put back
29
29
  the previous file-id.
30
30
 
 
31
* Not sure I'm happy with needing to pass a root id to EmptyTree;
 
32
  comparing anything against an EmptyTree with no root should have the
 
33
  same effect(?)
 
34
 
31
35
* Handle diff of files which do not have a trailing newline; probably
32
36
  requires patching difflib to get it exactly right, or otherwise
33
37
  calling out to GNU diff.