/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/smart/request.py

(jml) Merge in overnight changes to trunk. This is the code of the
        1.16rc1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
492
492
    'BzrDirFormat.initialize', 'bzrlib.smart.bzrdir',
493
493
    'SmartServerRequestInitializeBzrDir')
494
494
request_handlers.register_lazy(
495
 
    'BzrDirFormat.initialize_ex', 'bzrlib.smart.bzrdir',
 
495
    'BzrDirFormat.initialize_ex_1.16', 'bzrlib.smart.bzrdir',
496
496
    'SmartServerRequestBzrDirInitializeEx')
497
497
request_handlers.register_lazy(
498
498
    'BzrDir.open', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBzrDir')