Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EMF Compare/Which Actions Call EMF Compare"

(Local)
(Local)
Line 14: Line 14:
 
*Open a model, then in the Editor, Replace With > Local History
 
*Open a model, then in the Editor, Replace With > Local History
 
** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/localhistory/ts011_tc004_localhistory_editor_replace_with.test
 
** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/localhistory/ts011_tc004_localhistory_editor_replace_with.test
*Open a model, then in the Editor, select two EObject and Compare With > Each Other <EObject> (in Dialog)
+
*Open a model, then in the Editor, select two EObjects and Compare With > Each Other <EObject> (in Dialog)
*Open a model, then in the Editor, select two EObject and Compare With > Each Other <EObject> (in Editor)
+
*Open a model, then in the Editor, select two EObjects and Compare With > Each Other <EObject> (in Editor)
  
 
== EGit ==
 
== EGit ==

Revision as of 08:29, 9 April 2014

Which Actions Call EMF Compare ?

Local

EGit

  • Open a model, then in the Editor,
    • Compare With > HEAD revision
    • Compare With > Git index
    • Compare With > Previous revision
    • Compare With > Branch, tag or reference
    • Compare With > Commit
    • Replace With > HEAD revision
    • Replace With > Git index
    • Replace With > Previous revision
    • Replace With > Branch, tag or reference
    • Replace With > Commit

Back to the top