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
16
votes
2 answers

hg rebase abort fails: "unknown revision"

Occasionally when performing a rebase using the MercurialEclipse plugin my repository gets thrown into an odd state. It will become stuck in a "rebasing" state, yet when I try to abort the rebase (e.g. "hg rebase -a") I get this error…
NobodyMan
  • 2,381
  • 4
  • 29
  • 35
13
votes
5 answers

Mercurial: Commit files with more than 255 characters path length (Windows)?

I try to commit a folder hierarchy into out Mercurial repository, which contains files, whiches absolute path length exceeds 255 characters (Windows max. path length). For these files I receive an error message saying The system cannot find the…
Windwalker
  • 1,915
  • 5
  • 23
  • 44
11
votes
2 answers

Anyway to get MercurialEclipse to behave like the NetBeans Mercurial support?

I have installed the MercurialEclipse plugin. I am finding it very hard to use. I have been using the Mercurial support in NetBeans for a while now, there are many things I would like to be able to do in Eclipse if possible: In NetBeans any changes…
JD Isaacks
  • 56,088
  • 93
  • 276
  • 422
9
votes
1 answer

What's the relationship between the two MercurialEclipse plugin sites?

What are the similarities and differences in functionality and project leadership between the two MercurialEclipse plugins that are currently (November 2012) available in the Eclipse Marketplace? Just to expand on the question a bit: I just want to…
minopret
  • 4,726
  • 21
  • 34
8
votes
4 answers

error in installing mercurial plugin for eclipse

I just installed a mercurial plugin for eclipse. The installation process went well. But after installing when I restarted eclipse an error was shown. The error says: Multiple Mercurial errors have occurred. Please check the Error Log view for…
Naddy
  • 2,664
  • 6
  • 25
  • 38
7
votes
1 answer

How to use Eclipse Mercurial Plugin to produce a patch?

I am new to Mercurial and the Eclipse Mercurial Plugin. The thing is that I've made a change in a single file, and commit. I have two revisions of this file and I need to make a patch/diff file between the first and the second revision. Any clues on…
André
  • 24,706
  • 43
  • 121
  • 178
6
votes
2 answers

eclipse mercurial conflict after pull: how to pick remote file

I have a repository at bitbucket and I was pulling a changeset from it to Eclipse using Mercurial plugin. Some of the files in Eclipse were modified, so it causes conflicts. I just want to give up local file and update it with remotes. So I right…
Nikolay Kuznetsov
  • 9,467
  • 12
  • 55
  • 101
5
votes
1 answer

error installing mercurial plugin for eclipse

I am trying to install the picasa web android sample in Eclipse so I am following all the steps, until I get to the step where I have to install the Mercurial plugin for Eclipse. So in eclipse I try to add the plugin from…
johngoche9999
  • 1,641
  • 2
  • 14
  • 21
5
votes
4 answers

what is the official/active home of the MercurialEclipse plugin?

I'm having trouble finding the official home of the MercurialEclipse plugin (is there one?), and I have a weird feeling there are actually multiple projects by this name. Here are some of the projects I've found:…
RubyTuesdayDONO
  • 2,350
  • 2
  • 25
  • 37
5
votes
2 answers

Mercurial very slow over a VPN connection

Our team has been using Mercurial for a while now and everything has been great. We all have a clone of the repositories and push/pull named branches to a centralized Windows server which is on our LAN accessed through a mapped drive. The problem…
jfrobishow
  • 2,897
  • 2
  • 27
  • 42
4
votes
2 answers

Unable to install updates or plugins in Eclipse

At work we use Adobe Coldfusion Builder and got no problem installing plugins like MercurialEclipse. But at home I would like to use Eclipse itself, but am running into many many problems. When I try to contact http://cbes.javaforge.com/update it…
Maarten Baars
  • 71
  • 2
  • 4
4
votes
2 answers

Why show annotation and compare with another revision is not available in Team and Compare With menu for oxygen eclipse

I have updated Eclipse to latest Version: Oxygen.3a Release (4.7.3a). Now i can't see option in Team -> Show Annotation and also Compare With -> Another Revision. I am using Mercurial plugin.
Ranjeet
  • 116
  • 6
2
votes
1 answer

How to use MercurialEclipse?

I have been using the built in mercurial support in NetBeans for a while now and its great. I just recently installed MercurialEclipse from http://cbes.javaforge.com/update so I can start using Mercurial for my Flex projects as well. I can't seem…
JD Isaacks
  • 56,088
  • 93
  • 276
  • 422
2
votes
4 answers

Getting an SSL error with Mercurial on Bitbucket due to TLS

It seems that Bitbucket has now blocked TLS 1.0 and 1.1. I am working in Eclipse on Mac OSx 10.12.6 using the MercurialEclipse (hg) 2.2 plugin. I was receiving SSL handshake errors whenever I tried to pull from the remote Bitbucket repository. I…
Curtis
  • 3,170
  • 7
  • 28
  • 44
2
votes
3 answers

mercurial plugin in eclipse- Cannot satisfy dependency Error

I am facing below issue while trying to install mercurialEclipse plugin using below site via install new software of Eclipse. mercurial site - https://bitbucket.org/mercurialeclipse/update-site/raw/default/ Eclipse version- Luna Service Release 2…
Deepak S
  • 1,544
  • 3
  • 15
  • 33
1
2 3 4 5