commit | 2fd32f8616bcd6c92d79d68e6f42e3b5cb507eb1 | [log] [tgz] |
---|---|---|
author | Cedric Beust <cbeust@google.com> | Tue Jul 07 15:48:36 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed Jul 15 06:49:27 2009 -0700 |
tree | 52c77bc163d3953fca3cd452443acd8d3f539d70 | |
parent | 9943edbf649c287575518ea9e76046b6f7841f76 [diff] |
Remove annoying 'no differences' error dialog When the user selects two identical patch sets, the server throws a NoDifferencesException, which causes Gerrit to display an error dialog. This dialog blocks subsequent attempts to view that file until the patch set being compared gets reset. This change deletes the NoDifferencesException class and instead displays the message "No differences" in the diff table if the user selects two identical patch sets to diff.