~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 21:29:09 UTC
  • mfrom: (1451)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1460.
  • Revision ID: abentley@troll-20051013212909-cfde7d2d05ccd47e
Merged latest from robert collins

Show diffs side-by-side

added added

removed removed

Lines of Context:
350
350
    'force':                  None,
351
351
    'format':                 unicode,
352
352
    'forward':                None,
 
353
    'quiet':                  None,
353
354
    'message':                unicode,
354
355
    'no-recurse':             None,
355
356
    'line':                   None,
377
378
    'r':                      'revision',
378
379
    'v':                      'verbose',
379
380
    'l':                      'long',
 
381
    'q':                      'quiet',
380
382
}
381
383
 
382
384