/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/__init__.py

  • Committer: Martin Pool
  • Date: 2007-07-11 03:20:03 UTC
  • mto: This revision was merged to the branch mainline in revision 2599.
  • Revision ID: mbp@sourcefrog.net-20070711032003-9t03vnewhh4fg6qw
Fix one more option message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                'One-sentence description of the branch.',
63
63
                unicode),
64
64
         Option('branch-description',
65
 
                'Longer description of the purpose or contents of the branch',
 
65
                'Longer description of the purpose or contents of the branch.',
66
66
                unicode),
67
67
         Option('author',
68
68
                "Branch author's email address, if not yourself.",