~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-07-29 12:50:16 UTC
  • Revision ID: mbp@sourcefrog.net-20050729125016-de0157af5d0dad11
- todo: pull --clobber

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
 
357
357
* Track all merged-in revisions in a versioned add-only metafile.
358
358
 
 
359
* ``pull --clobber`` should discard any local changes not present
 
360
  remotely.  Not generally what you want, but possibly useful when
 
361
  you're just mirroring another branch and want to keep tracking it
 
362
  even when they e.g. uncommit or make similar non-forward movements.
 
363
  Also for push I suppose.  Clobber may not be the best name, maybe
 
364
  ``--destroy``?
 
365
 
359
366
 
360
367
Large things
361
368
------------