~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-04-28 07:07:06 UTC
  • Revision ID: mbp@sourcefrog.net-20050428070705-5368365fbaee41be
- todos
- log commands run from testbzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
                                                 -*- indented-text -*-
2
2
 
3
 
(See also various low-level TODOs in the source code.  Try looking in
 
3
See also various low-level TODOs in the source code.  Try looking in
4
4
the list archive or on gmane.org for previous discussion of these
5
 
issues, or )
 
5
issues.
 
6
 
 
7
These are classified by approximate size: an hour or less, a day or
 
8
less, and several days or more.
 
9
 
6
10
 
7
11
Small things
8
12
------------
41
45
* Tidier error for EPIPE: should be just "bzr: broken pipe" with no
42
46
  other details because debugging information is rarely interesting.
43
47
 
 
48
* On Windows, command-line arguments should be glob-expanded__,
 
49
  because the shell doesn't do this.  However, there are probably some
 
50
  commands where this shouldn't be done, such as 'bzr ignore', because
 
51
  we want to accept globs.
 
52
 
 
53
__ http://mail.python.org/pipermail/python-list/2001-April/037847.html
 
54
 
44
55
Medium things
45
56
-------------
46
57