~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2007-08-09 05:16:53 UTC
  • mto: (2681.5.3 bzr-mail)
  • mto: This revision was merged to the branch mainline in revision 2690.
  • Revision ID: aaron.bentley@utoronto.ca-20070809051653-cal7k9ih3e37f7ip
Display correct help message in from_kwargs

Show diffs side-by-side

added added

removed removed

Lines of Context:
3823
3823
        'revision',
3824
3824
        RegistryOption.from_kwargs('format', 'Output format',
3825
3825
        **{'4': 'Bundle format 4, Merge Directive 2 (default)',
3826
 
           '0.9': 'Bundle format 4, Merge Directive 2 (default)',})
 
3826
           '0.9': 'Bundle format 0.9, Merge Directive 1',})
3827
3827
        ]
3828
3828
 
3829
3829
    def run(self, submit_branch=None, public_branch=None, no_bundle=False,