Merge lp:~jelmer/brz/stack-no-file-id into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/stack-no-file-id
Merge into: lp:brz
Diff against target: 12 lines (+1/-2)
1 file modified
breezy/tree.py (+1/-2)
To merge this branch: bzr merge lp:~jelmer/brz/stack-no-file-id
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+378633@code.launchpad.net

Commit message

Disable file ids for content filter stack.

Description of the change

Disable file ids for content filter stack.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'breezy/tree.py'
--- breezy/tree.py 2020-01-30 16:31:27 +0000
+++ breezy/tree.py 2020-02-06 01:13:28 +0000
@@ -713,8 +713,7 @@
713 :return: None if content filtering is not supported by this tree.713 :return: None if content filtering is not supported by this tree.
714 """714 """
715 if self.supports_content_filtering():715 if self.supports_content_filtering():
716 return lambda path, file_id: \716 return self._content_filter_stack
717 self._content_filter_stack(path)
718 else:717 else:
719 return None718 return None
720719

Subscribers

People subscribed via source and target branches