Code review comment for lp:~larstiq/bzr-svn/filter_stacks_registry

Revision history for this message
Wouter van Heyst (larstiq) wrote :

When pulling into branches bzr-svn would spit out a warning:

  /home/larstiq/.bazaar/plugins/dev/svn/__init__.py:391: DeprecationWarning: bzrlib.filters.lazy_register_filter_stack_map was deprecated in version 2.6.0. "bzrlib.plugins.svn.keywords", "create_svn_keywords_filter")

This commit gets rid of the warning by using the, hopefully, intended replacement.

« Back to merge proposal