~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-12 03:10:29 UTC
  • Revision ID: mbp@sourcefrog.net-20050512031029-8afea23b27a3c7b6
- Selective commit!
- commit is now more verbose by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
  http://www.gelato.unsw.edu.au/archives/git/0504/2194.html
86
86
  
87
 
* testbzr should by default test the bzr binary in the same directory
88
 
  as the testbzr script, or take a path to it as a first parameter.
89
 
 
90
 
  Should show the version from bzr and the path name.
91
 
 
92
87
* RemoteBranch could maintain a cache either in memory or on disk.  We
93
88
  know more than an external cache might about which files are
94
89
  immutable and which can vary.  On the other hand, it's much simpler
106
101
  option definitions are global we can define them just once and
107
102
  reference them from each command.
108
103
 
109
 
* Selective commit of only some files.
110
 
 
111
104
* Merge Aaron's merge code.
112
105
 
113
106
* Merge revert patch.
130
123
 
131
124
* More test cases.
132
125
 
 
126
  - Selected-file commit
 
127
 
 
128
  - Impossible selected-file commit: adding things in non-versioned
 
129
    directories, crossing renames, etc.
 
130
 
133
131
* Write a reproducible benchmark, perhaps importing various kernel versions.
134
132
 
135
133
* Change test.sh from Bourne shell into something in pure Python so