~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-04-15 09:02:18 UTC
  • Revision ID: mbp@sourcefrog.net-20050415090218-8f93354d0576f89e
Doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
    TODO: Option to use external diff command; could be GNU diff, wdiff,
368
368
          or a graphical diff.
369
369
 
 
370
    TODO: Python difflib is not exactly the same as unidiff; should
 
371
          either fix it up or prefer to use an external diff.
 
372
 
370
373
    TODO: If a directory is given, diff everything under that.
371
374
 
372
 
    TODO: Selected-file diff is inefficient and doesn't show you deleted files.
 
375
    TODO: Selected-file diff is inefficient and doesn't show you
 
376
          deleted files.
373
377
"""
374
378
 
375
379
    ## TODO: Shouldn't be in the cmd function.