/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: Robert Collins
  • Date: 2008-02-13 03:30:01 UTC
  • mfrom: (3221 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3224.
  • Revision ID: robertc@robertcollins.net-20080213033001-rw70ul0zb02ph856
Merge to fix conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
474
474
                                   "Merge using external diff3")
475
475
_merge_type_registry.register_lazy('weave', 'bzrlib.merge', 'WeaveMerger',
476
476
                                   "Weave-based merge")
 
477
_merge_type_registry.register_lazy('lca', 'bzrlib.merge', 'LCAMerger',
 
478
                                   "LCA-newness merge")
477
479
 
478
480
# Declare the standard options
479
481
_standard_option('help', short_name='h',