~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-24 00:46:36 UTC
  • Revision ID: mbp@sourcefrog.net-20050324004636-cb1da7897ee17925
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
    :todo: Mangle filenames in diff to be more relevant.
268
268
 
269
269
    :todo: Shouldn't be in the cmd function.
 
270
 
 
271
    TODO: Option to use external diff command; could be GNU diff,
 
272
    wdiff, or a graphical diff.
270
273
    """
271
274
 
272
275
    b = Branch('.')