Is it possible to see full ('remote') history when using MercurialEclipse plugin?

123 views Asked by At

I'm using MercurialEclipse 2.1.0 (looks like latest) with Eclipse Indigo.

I can't seem to find a way to see the entire history of a file as available in remote 'central' repository (e.g. like it works with SVN) -- the history only seems to show up to the revision that I currently have in the workspace (in other words in e.g. Synchronize view (in workspace mode) I can see that there are 'incoming' changes in file but 'Show History' wouldn't show me anything about these changes).

Even if I 'Pull' (without 'Update') and check file history it still seems to stop at the current revision.

Anything I can do?

Is there any way

1

There are 1 answers

1
johnpeb On

With MercurialEclipse the Synchronize view works best with the "Mercurial Changesets" model. Switching to that will show all of the incoming changesets (be sure the "All branches" button is pressed).

For the 2nd item, having pulled all the changesets, you can see all history if you press the up arrow button in the history view once. This will show all history for the folder that contains the file.