~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Robert Collins
  • Date: 2005-10-18 06:56:24 UTC
  • mfrom: (0.2.1)
  • mto: This revision was merged to the branch mainline in revision 1463.
  • Revision ID: robertc@robertcollins.net-20051018065624-e92ff4e7ab3175bb
'bzr pull' now accepts '--clobber'.

This will discard local changes and make this branch identical to the source
branch. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
    Option.OPTIONS[name] = Option(name, **kwargs)
151
151
 
152
152
_global_option('all')
 
153
_global_option('clobber')
153
154
_global_option('basis', type=str)
154
155
_global_option('diff-options', type=str)
155
156
_global_option('help',