~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

 * bzr add now lists how many files were ignored per glob.  add --verbose
   lists the specific files.  (Aaron Bentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
362
362
  and a new commit will automatically be made against the
363
363
  predecessor.  This can be repeated.
364
364
 
365
 
  It only makes sense to delete from the tail of history.
366
 
 
367
 
  This has been implemented, but it does not remove the texts from
368
 
  the store.
 
365
  It only makes sense to delete from the tail of history, not from the
 
366
  end.
 
367
 
 
368
  The revision, its inventory and texts remain floating in the store.
 
369
  We should perhaps add the revision to a list of removed-commits, so
 
370
  that it can be restored or at least accounted for when checking
 
371
  consistency.  This file would not be versioned, and probably should
 
372
  not propagate when branched.
 
373
 
 
374
  If we track merged revisions then we need to update this list too.
 
375
  If the list is stored in a weave it's easy (implicit): the version
 
376
  of the list can remain but it won't be referenced anymore.  It's
 
377
  probably best to just store this list in a weave in the first place
 
378
  and be done.
369
379
 
370
380
 
371
381
Large things