~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Aaron Bentley
  • Date: 2005-10-13 15:21:50 UTC
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1460.
  • Revision ID: abentley@panoramicfeedback.com-20051013152150-454a9cc25007f24d
Added one-line log format

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
    'forward':                None,
353
353
    'message':                unicode,
354
354
    'no-recurse':             None,
 
355
    'line':                   None,
355
356
    'profile':                None,
356
357
    'revision':               _parse_revision_str,
357
358
    'short':                  None,