~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Robert Collins
  • Date: 2005-10-11 22:57:45 UTC
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051011225745-5c02a0cfc85b36d1
fixup the verbose-does-nothing for add - add a --quiet instead

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