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
0
votes
1 answer

eclipse mercurial plugin display arrow instead of changeset

How can set eclipse to display an arrow with a number of commits till last pull instead of a changset near a project name?
Łukasz
  • 1,980
  • 6
  • 32
  • 52
0
votes
1 answer

Need help installing the MercurialEclipse plugin on an offline machine

MercurialEclipse' homepage has links to an update site and, indirectly, to downloadable archives. I can't use the update site since my machine is not connected to the Internet, so I'm downloading the archive on a connected machine and copying it to…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
0
votes
1 answer

Show only current branch in Mercurial Eclipse history view

When I switch to an old branch in Mercurial Eclipse, and then view the history by right-clicking on the project in Package Explorer and using Team->Show History, it shows the latest revisions in the whole repository at the top, and the latest…
Robin Green
  • 32,079
  • 16
  • 104
  • 187
0
votes
1 answer

Received 'locking the remote repository failed' while attempting to clone a mercurial repo on local server

I got this error, "locking the remote repository failed", while trying to clone a repository using MercurialEclipse. I've attempted this several times, always with the same result, but have successfully cloned several other repos from this same…
MrWonderful
  • 2,530
  • 1
  • 16
  • 22
0
votes
3 answers

Mercurial Eclipse: See changes outside of project directories

I created my multi-project Scala build with two project directories, both subdirectories of the repository root directory, due to the statement here that "If your parent projects are merely folders aggregating sub projects, then using skipParents :=…
Robin Green
  • 32,079
  • 16
  • 104
  • 187
0
votes
1 answer

How does MercurialEclipse store passwords?

I'm using Eclipse with Mercurial Eclipse extension to connect to our cvs repositories. I know this extension doesn't use the Eclipse Secure Storage to store passwords so I would like to find out the actual way it uses to assess our system's…
sangaran
  • 318
  • 2
  • 15
0
votes
1 answer

Mercurial - How to push current changeset to default branch

I'm not sure why this is so hard to figure out or google, but I am trying to take changes I made to a private branch and push them to the default branch. In other words: I pulled from the default branch a few weeks back and made major changes Since…
E.S.
  • 2,733
  • 6
  • 36
  • 71
0
votes
1 answer

beanstalk mercurial version control with mercurialeclipse clone error

I was having a mercurial repository on beanstalk. Then I installed mercurialeclipse on eclipse and then tried to clone the repository. Eclipse SDK Version: 4.2.2 MercurialEclipse 2.1.0.201304290948 mercurialeclipse.feature.group …
0
votes
1 answer

Proxy errors when trying to connect to Bitbucket from MercurialEclipse in Domino Designer

If I try to push my changes to the remote Bitbucket repository, using the url they provide for the repo, over https, I get the following: comparing with https://url-of-bickbucket.org abort: error: _ssl.c:504: error:140770FC:SSL…
0
votes
1 answer

Eclipse Object adornments don't display for Mercurial Repository

In a standard Android project, if there are any warnings there will be a corresponding Warning Icon as well as underlined text to clearly demonstate a potential issue. However, if you choose to clone an existing Mercurial repository, these warning…
Etienne Lawlor
  • 6,817
  • 18
  • 77
  • 89
0
votes
1 answer

how can i link existing mercurial repo with eclispe IDE

I am using eclipse as IDE. I had the folder in /var/www/mysite which is the repo copied from mercurial server. I pull and push the chnages my going into that folder and type hg pull push etc. In my eclipse i had defined one empty project and then…
user194932147
  • 963
  • 2
  • 8
  • 13
0
votes
0 answers

Mercurial does not detect changes after MercurialEclipse plugin install

After installing the MercurialEclipse Eclipse plugin, no more changes to any file are picked up by hg. When I run hg status in the working directory, it returns nothing. What could be at fault?
Theodor
  • 5,536
  • 15
  • 41
  • 55
0
votes
1 answer

Mercurial don't find editor in my path

i'm becoming crazy.. Ever the same error,can't find editor notepad in my path,using mercurial by eclipse. But in my path there is the directory of notepad. How can i resolve it?
Stefano Maglione
  • 3,946
  • 11
  • 49
  • 96
0
votes
3 answers

Cloning BitBucket (Git) repo through eclipse

I have a BitBucket (Git) repository that I want to work on through eclipse. When I search online I find that I need to use mercurialeclipse. So I install it. Then I try doing in eclipse File > import > mercurial > clone existing mercurial…
Goble Nwa
  • 15
  • 1
  • 4
0
votes
2 answers

Getting rid of Mercurials Multiple HEADS

I just started using hg Mercurial repository and stuck in a situation with multiple HEADS. I in the past pushed my code to repository as well but its missing from current code as well. It seems to me every time some body else push his code, my…
Qaiser Butt
  • 344
  • 6
  • 27