Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2012-01-26 00:13:04 +0000
committerMatthias Sohn2012-01-26 00:13:04 +0000
commit933ff93918bff14d86355270e1dba2f3c8fad493 (patch)
treeb0f27b2468f392c9540016c0b70721f618a8a3ca /org.eclipse.egit.ui/plugin.xml
parent95981aca30a59b6e560e2e82d7b74d3bd0f8874b (diff)
downloadegit-933ff93918bff14d86355270e1dba2f3c8fad493.tar.gz
egit-933ff93918bff14d86355270e1dba2f3c8fad493.tar.xz
egit-933ff93918bff14d86355270e1dba2f3c8fad493.zip
[historyView] Support linking with commit editor
Opening the commit editor with the history view in link mode will now set the input of the view to be the commit's repository and the current commit being viewed will be selected once the view loads Bug: 368346 Change-Id: Icccc2d7032ba11b1ead5c993995efaca36251bf0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.xml')
-rw-r--r--org.eclipse.egit.ui/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index c5e8f6d5c8..9642e79a59 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -280,6 +280,13 @@
</adapter>
</factory>
<factory
+ adaptableType="org.eclipse.egit.ui.internal.commit.RepositoryCommit"
+ class="org.eclipse.egit.ui.internal.factories.GitAdapterFactory">
+ <adapter
+ type="org.eclipse.team.ui.history.IHistoryPageSource">
+ </adapter>
+ </factory>
+ <factory
adaptableType="org.eclipse.egit.ui.internal.history.HistoryPageInput"
class="org.eclipse.egit.ui.internal.factories.GitAdapterFactory">
<adapter

Back to the top