~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Robert Collins
  • Date: 2005-09-28 09:35:50 UTC
  • mfrom: (1185.1.47)
  • Revision ID: robertc@robertcollins.net-20050928093550-3ca194dfaffc79f1
merge from integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
# the type.
339
339
OPTIONS = {
340
340
    'all':                    None,
 
341
    'basis':                  str,
341
342
    'diff-options':           str,
342
343
    'help':                   None,
343
344
    'file':                   unicode,