Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 23: Line 23:
 
*** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/egit/ts005_tc002_compare_with_previous_revision.test
 
*** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/egit/ts005_tc002_compare_with_previous_revision.test
 
**Compare With > HEAD revision
 
**Compare With > HEAD revision
 +
*** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/egit/ts005_tc006_compare_with_head_revision.test
 
**Compare With > Git index
 
**Compare With > Git index
 +
*** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/egit/ts005_tc009_compare_with_git_index.test
 
**Compare With > Branch, tag or reference
 
**Compare With > Branch, tag or reference
 +
*** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/egit/ts005_tc007_compare_with_branch_master.test
 +
*** https://github.com/Obeo/emf.compare.acceptance.tests/blob/master/tests/emf.compare.q7.tests/tests/egit/ts005_tc008_compare_with_reference.test
 
**Replace With > HEAD revision
 
**Replace With > HEAD revision
 
**Replace With > Git index
 
**Replace With > Git index
Line 49: Line 53:
 
**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 Workspace
 
**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 Workspace
 
**Select a commit in the History View that contains changes on a model, the select Open in Commit Viewer, 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, the select Open in Commit Viewer, 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_tc005_commit_viewer_compare_with_version_in_ancestor.test
 
**Select a commit in the History View that contains changes on a model, the select Open in Commit Viewer, then in the list of modified files, select a model and Compare with Workspace
 
**Select a commit in the History View that contains changes on a model, the select Open in Commit Viewer, then in the list of modified files, select a model and Compare with Workspace
 
**Select a model in the Git Repositories View, then in the History View, Compare With HEAD
 
**Select a model in the Git Repositories View, then in the History View, Compare With HEAD

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