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

  • Committer: Robert Collins
  • Date: 2009-04-27 03:47:55 UTC
  • mfrom: (4303 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4304.
  • Revision ID: robertc@robertcollins.net-20090427034755-hzs5tk304glypj9j
Fixup NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
566
566
_format_registry = MergeDirectiveFormatRegistry()
567
567
_format_registry.register(MergeDirective)
568
568
_format_registry.register(MergeDirective2)
 
569
# 0.19 never existed.  It got renamed to 0.90.  But by that point, there were
 
570
# already merge directives in the wild that used 0.19. Registering with the old
 
571
# format string to retain compatibility with those merge directives.
569
572
_format_registry.register(MergeDirective2,
570
573
                          'Bazaar merge directive format 2 (Bazaar 0.19)')