~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Aaron Bentley
  • Date: 2007-03-09 21:20:19 UTC
  • mto: (2323.6.9 0.15-integration)
  • mto: This revision was merged to the branch mainline in revision 2330.
  • Revision ID: abentley@panoramicfeedback.com-20070309212019-1tczqufaqn490bxg
Misc changes from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
 
255
255
    @staticmethod
256
256
    def from_kwargs(name_, help=None, title=None, value_switches=False,
257
 
        enum_switch=True, **kwargs):
 
257
                    enum_switch=True, **kwargs):
258
258
        """Convenience method to generate string-map registry options
259
259
 
260
260
        name, help, value_switches and enum_switch are passed to the