Fix history view context menu
commite6c6a043b848497a24fc9278d0a5c099cb4de3c6
authorStefan Lay <stefan.lay@sap.com>
Thu, 15 Apr 2010 08:53:14 +0000 (15 10:53 +0200)
committerStefan Lay <stefan.lay@sap.com>
Thu, 15 Apr 2010 08:53:14 +0000 (15 10:53 +0200)
treeb1f0729f3e3a100df04e540c3e436dbb4b559023
parent9a3c2433a75c8da0350b889ef7499c2a86a10e98
Fix history view context menu

The entries "Compare with working tree",
"Compare with each other" and "Open"were shown not only
for a commit but also for a file in the list of files contained
in a commit. However, they opened a compare editor
for the resource which is the input of the
history view.

Change-Id: I6305e47b7a154920f2ef38292ff649e23bcb6f42
Signed-off-by: Stefan Lay <stefan.lay@sap.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/GitHistoryPage.java