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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-14 09:57:01 UTC
  • mfrom: (5010.3.1 trivial_testskipped)
  • Revision ID: pqm@pqm.ubuntu.com-20100414095701-ogk9ce8yrm31agm6
(robertc) Fix a harmless error in the testsuite (refactoring fallout on
 win32). (Martin [gz] list)

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
        parser.add_option(action='callback',
277
277
                          callback=self._optparse_callback,
278
278
                          type='string', metavar=self.argname.upper(),
279
 
                          help=self.help, dest=self._param_name, default=[],
 
279
                          help=self.help, default=[],
280
280
                          *option_strings)
281
281
 
282
282
    def _optparse_callback(self, option, opt, value, parser):