/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: Andrew Bennetts
  • Date: 2009-04-27 23:14:00 UTC
  • mfrom: (4306 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4307.
  • Revision ID: andrew.bennetts@canonical.com-20090427231400-htifkzm2zvwp3lax
Merge from bzr.dev.

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)')