Code review comment for lp:~jelmer/bzr/workingtree-format-registry

Revision history for this message
Vincent Ladeuil (vila) wrote :

19 # this uses bzrlib.workingtree.WorkingTreeFormat4 because importing
20 # directly from workingtree_4 triggers a circular import.
21 - tree_format='bzrlib.workingtree.WorkingTreeFormat4',
22 + tree_format='bzrlib.workingtree_4.WorkingTreeFormat4',

The comment is now wrong because the import is lazy right ?

Please fix it and land.

review: Needs Fixing

« Back to merge proposal