~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-03 01:40:58 UTC
  • Revision ID: mbp@sourcefrog.net-20050503014058-f2235bb990210c3d
- more revfile design notes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. -*- mode: indented-text; compile-command: "rest2html TODO >doc/todo.html" -*- 
 
1
.. -*- mode: indented-text; compile-command: "make -C doc" -*- 
2
2
 
3
3
 
4
4
*******************
51
51
  commands where this shouldn't be done, such as 'bzr ignore', because
52
52
  we want to accept globs.
53
53
 
54
 
__ http://mail.python.org/pipermail/python-list/2001-April/037847.html
55
 
 
56
54
* 'bzr ignore' command that just adds a line to the .bzrignore file
57
55
  and makes it versioned.
58
56
 
63
61
  add a pattern which already exists, or if it looks like they gave an
64
62
  unquoted glob.
65
63
 
 
64
__ http://mail.python.org/pipermail/python-list/2001-April/037847.html
 
65
 
 
66
 
66
67
Medium things
67
68
-------------
68
69
 
161
162
  - Is it necessary to store any kind of annotation where data was
162
163
    deleted?
163
164
 
164
 
* Update revfile format and make it active:
 
165
* Update revfile_ format and make it active:
165
166
 
166
167
  - Texts should be identified by something keyed on the revision, not
167
168
    an individual text-id.  This is much more useful for annotate I
173
174
 
174
175
  - Store annotations.
175
176
 
 
177
.. _revfile: revfile.html
 
178
 
176
179
* Hooks for pre-commit, post-commit, etc.
177
180
 
178
181
  Consider the security implications; probably should not enable hooks