diff --git a/gertty/view/diff.py b/gertty/view/diff.py index 88fd256..5bfce1e 100644 --- a/gertty/view/diff.py +++ b/gertty/view/diff.py @@ -236,6 +236,8 @@ class BaseDiffView(urwid.WidgetWrap, mywid.Searchable): comment_filenames = set() for comment in new_comments: path = comment.file.path + if path == '/PATCHSET_LEVEL': # patchset-level comments in 3.4 + continue if comment.parent: if old_revision: # we're not looking at the base continue