~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-04-26 06:43:51 UTC
  • Revision ID: mbp@sourcefrog.net-20050426064351-9e302a4f933be151
- more TODO items

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(See also various low-level TODOs in the source code.)
 
1
(See also various low-level TODOs in the source code.  Try looking in
 
2
the list archive or on gmane.org for previous discussion of these
 
3
issues, or )
2
4
 
3
5
Small things
4
6
------------
12
14
 
13
15
* Import ElementTree update patch.
14
16
 
 
17
* Syntax should be "bzr export -r REV".
15
18
 
16
19
Medium things
17
20
-------------
67
70
 
68
71
* Split inventory into per-directory files.
69
72
 
 
73
* Fix ignore file parsing:
 
74
 
 
75
  - fnmatch is not the same as unix patterns
 
76
 
 
77
  - perhaps add extended globs from rsh/rsync
 
78
 
 
79
  - perhaps a pattern that matches only directories or non-directories
 
80
 
 
81
* Expansion of $Id$ tags within working files.  Perhaps do this in
 
82
  exports first as a simpler case because then we don't need to deal
 
83
  with removing the tags on the way back in.
 
84
 
70
85
 
71
86
Large things
72
87
------------
75
90
 
76
91
* GUI (maybe in Python GTK+?)
77
92
 
78
 
* C library interface
 
 
b'\\ No newline at end of file'
 
93
* C library interface