~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Robert Collins
  • Date: 2005-09-29 02:55:34 UTC
  • mfrom: (1185.1.47)
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050929025534-1782933743abbfd5
update with integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
359
359
# the type.
360
360
OPTIONS = {
361
361
    'all':                    None,
 
362
    'basis':                  str,
362
363
    'diff-options':           str,
363
364
    'help':                   None,
364
365
    'file':                   unicode,