~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

[merge] config file and other things from robert

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
    'profile':                None,
376
377
    'r':                      'revision',
377
378
    'v':                      'verbose',
378
379
    'l':                      'long',
 
380
    'q':                      'quiet',
379
381
}
380
382
 
381
383