/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/builtins.py

  • Committer: Aaron Bentley
  • Date: 2008-12-11 06:03:57 UTC
  • mto: This revision was merged to the branch mainline in revision 3893.
  • Revision ID: aaron@aaronbentley.com-20081211060357-c03e8qj0oaiw3g6t
Fix option help style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4775
4775
                       bzrlib.option.diff_writer_registry,
4776
4776
                       value_switches=True, enum_switch=False),
4777
4777
 
4778
 
        Option('list', help='list shelved changes.'),
 
4778
        Option('list', help='List shelved changes.'),
4779
4779
    ]
4780
4780
    _see_also = ['unshelve']
4781
4781