~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to show_paths.py

  • Committer: Aaron Bentley
  • Date: 2007-07-12 20:55:33 UTC
  • mfrom: (553.1.1 bzrtools)
  • Revision ID: abentley@panoramicfeedback.com-20070712205533-ael98t8ly97zuba3
Merge option help fixes from vila

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        * submit to   - default reference location for bundle generation
59
59
    """
60
60
 
61
 
    takes_options = [Option('system', help='Show full bzr system information'),
 
61
    takes_options = [Option('system',
 
62
                            help='Show full bzr system information.'),
62
63
                    ]
63
64
    takes_args = ['branch?']
64
65