Questions tagged [mercurialeclipse]

MercurialEclipse is a Mercurial source control plugin for Eclipse.

MercurialEclipse is a plugin providing support for the highly popular Mercurial distributed version control system within the Eclipse IDE.

The plugin supports most of the Mercurial features, including

  • cloning repositories and importing them as Eclipse projects
  • push, pull and convenient syncronization
  • working with branches (branch, merge and rebase)
  • tags
  • undo (backout, rollback and strip)
  • diffs
  • histories
  • patches
  • Mercurial extensions (mqueue, transplant and such)
68 questions
1
vote
1 answer

How do I install TortoiseHG/Mercurial Plugin in Eclipse?

Yesterday i downloaded new eclipse indigo. I had problem with java (no wirtual machine....), so i added new patch to java location. However i instaled mercurial plugin from…
1
vote
2 answers

Nothing happens when I synchronize with MercurialEclipse

I'm using MercurialEclipse 2.0.0 in STS 2.9.2. When I attempt to synchronize a project with its central repository, it works for some projects, but for other projects nothing happens - the Synchronize view does not appear, nor does an error…
Evan Haas
  • 2,524
  • 2
  • 22
  • 34
1
vote
1 answer

Delete some files from the commit with Mercurial and Eclipse

I am using Mercurial with Eclipse. I made a commit and I commited some files which shuld not been commited. Do you know if there is a possiblity to delete those files from the commit. Thank you.
Milos Cuculovic
  • 19,631
  • 51
  • 159
  • 265
0
votes
1 answer

cloning a multi-project repository using mercurialEclipse plugin

I want to clone a repository hosted on bitbucket which has several different projects within it. When I try to do it with the mercurialEclipse plugin, it wants me to create a project in eclipse at the root of the repository, but obivously there is…
eggbert
  • 3,105
  • 5
  • 30
  • 39
0
votes
1 answer

eclipse won't find imports

I am trying to follow the instructions at the following site to install a picasa web android client application: http://samples.google-api-java-client.googlecode.com/hg/picasa-android-sample/instructions.html?r=default I don't have a clue why this…
johngoche9999
  • 1,641
  • 2
  • 14
  • 21
0
votes
2 answers

How can I update the Mercurial version MercurialEclipse uses?

I am getting the following error in eclipse when trying to use MercurialEclipse: abort: requirement 'dotencode' not supported!. Command line: D:\DEV\Flex\Workspaces\MothersRingsKrake:hg -y status -marduc I looked it up and it says: If an older…
JD Isaacks
  • 56,088
  • 93
  • 276
  • 422
0
votes
2 answers

MercurialEclipse rename

I choose Mercurial as repo. The root of the project is /Myproject and contains folders /MyProject/src, and /MyProject/res; Now I want to add rename folders in the repository to create another…
gcrav
  • 89
  • 1
  • 3
  • 10
0
votes
1 answer

Eclipse 3.6.2, Linux Ubuntu 11.04 - 64 bit system installed Mercurial and issues with HG

Can anyone tell me how to fix this MercurialEclipse install issue (1.8.3) - I also get this when I try to do software update in Eclipse (I am on a 64 bit system): Cannot complete the install because some dependencies are not satisfiable …
0
votes
1 answer

MercualEclipse : NullPointerException in SyncViewLabelProvider when using version 2.5.0.201804011616

I have just upgraded to MercualEclipse plugin in Eclipse version 2.5.0.201804011616. When I try to revert a file or perform almost any Mercualaction I get the following error... The .log file contains this... !ENTRY org.eclipse.jface 4 2 2018-04-06…
jeff porter
  • 6,560
  • 13
  • 65
  • 123
0
votes
1 answer

Mercurial Loop error followed by locks on commit. Mercurial/Eclipse

Error and eclipse info below. Basically I clone a repository, change one file and commit. The commit screen flashes I see the error in the log and when I go and try to commit again I get lock timeouts. I've cleared the locks and recovered the…
0
votes
1 answer

mercurialeclipse not showing complete history

I've shuffled things around, moving my files to another directory. Now when I click Show History, I only see the branch that I moved the files in. I'm using eclipse neon, latest version of the mercuraleclipse plugin. Here are the changes I made.…
0
votes
0 answers

Can I get Eclipse to only show source-control-tracked files?

In software projects, we have files we actually edit and maintain, and files that are generated - by compilers, pre-compilers, build systems etc. When using an IDE, you very often just want to see the files you might want to edit, not the generated…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
0
votes
1 answer

Mercurial Eclipse- Error with initialization

I am trying to contribute to a Java project on Eclipse Mercurial. Whenever I do anything with Mercurial (like importing or cloning a Mercurial project) I get this error in a popup. Multiple Mercurial errors have occurred. Please check the Error Log…
tmn
  • 11,121
  • 15
  • 56
  • 112
0
votes
2 answers

MercurialEclipse icons after pull

I'm new to Mercurial and MercurialEclipse, and I think I'm not quite understanding this: After I pull from the central repository (with Update After Pull selected), it is my understanding that all files are loaded form the central repo to my local…
Jeff Levine
  • 2,083
  • 9
  • 30
  • 38
0
votes
1 answer

Creating new project in Eclipse then adding it to a Mercurial repo

I have access to an existing Mercurial repo located at merc.myorg.com/hghome. I have been asked to whip up a simple Java tool and commit it to the repo under hghome/myapp. I have never used Mercurial before, and would like to accomplish the…
AdjustingForInflation
  • 1,571
  • 2
  • 26
  • 50