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"

(EGit)
Line 49: Line 49:
 
*History View
 
*History View
 
**Select a model in the workspace, then select a commit in the History View, then Compare With Workspace
 
**Select a model in the workspace, then select a commit in the History View, then Compare With Workspace
 +
*** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/egit/ts005_tc011_compare_with_working_tree.test
 
**Select a commit in the History View that contains changes on a model, then in the list of modified files, select a model and Compare with Version in Ancestor
 
**Select a commit in the History View that contains changes on a model, then in the list of modified files, select a model and Compare with Version in Ancestor
 
*** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/egit/ts005_tc004_compare_with_version_in_ancestor.test
 
*** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/egit/ts005_tc004_compare_with_version_in_ancestor.test

Revision as of 05:52, 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