~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-08-04 20:49:46 UTC
  • Revision ID: mbp@sourcefrog.net-20050804204946-3832c05a8624e3fa
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
 
172
172
* ``bzr log -m foo`` should perhaps error if nothing matches?
173
173
 
174
 
* ``bzr diff -r 30 -r 40 foo.c``
 
174
* ``bzr diff -r 30 -r 40 foo.c`` or ``bzr diff -r30..40 foo.c``
 
175
 
 
176
  If diffing between two branches then we probably want two -r
 
177
  options, since the revisions don't form a range that can be
 
178
  evaluated on either one.
175
179
 
176
180
* bzr diff shouldn't diff binary files
177
181
 
184
188
* revert after a merge should possibly remove all the BASE/THIS/OTHER
185
189
  files to get you back to where you were.
186
190
 
 
191
* files that are added and then deleted are still reported as added
 
192
 
 
193
 
 
194
 
187
195
 
188
196
Medium things
189
197
-------------