After pull, the obtained revisions have phase = 'Draft' using hg.exe version 4.1 and mercurial eclipse plugin version 2.2
Created originally on Bitbucket by ruiazevedo (Rui Azevedo)
When using eclipse Neon M2 in conjuntion with mercurial eclipse plugin 2.2 and hg.exe version 4.1, all revisions pulled come with phase as 'draft'.
Changing to a previous hg.exe version (for instance 3.4.2) reverts back to the old behaviour of phase = 'Public' for changesets that come from the server. Also if I pull with hg.exe 4.1 and TortoiseHG 4.1, changesets come as 'public' as well.
Steps to reproduce the issue:
- Clone a repo (for instance: https://bitbucket.org/bos/hg-tutorial-hello)
- Strip one or more revisions of your local repo copy
- Import the project to your Eclipse Neon M2
- Right click on the project and pull with the 'Update after pull' option
Result: Revisions that you have just obtained from the server have Phase = 'Draft'