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

Mercurial eclipse plugin push different server

I have installed mercurial and configured in .hgrc file like this: default (server-1) default push (server-2) This works fine in command line as it is using .hgrc file. I tried using the eclipse plugin for mercurial which is not reading from…
duslabo
  • 1,487
  • 4
  • 20
  • 33
0
votes
2 answers

Attach a moved file to its previous history afterwards

Due to a defect in the MercurialEclipse plugin, I have lost the history of a moved file. It's been while now, and I have switched to a newer version of MercurialEclipse which fixes this bug. I would like to connect this file to its previous…
Raphael Jolivet
  • 3,940
  • 5
  • 36
  • 56
0
votes
1 answer

MercurialEclipse branches

How to pull changes from one branch to other in MercurialEclipse plugin? I can't find any info. Also I saw few options: rebase and merge, but I'm afraid to use them, because I work on commercial project.
Seraphis
  • 1,026
  • 2
  • 14
  • 30
0
votes
2 answers

Mercurial TextAuth plugin error "Parse exception: '*** failed to import extension textauth.file from C:\inetpub\auth: invalid syntax (auth, line 1)'"

I've installed the TextAuth plugin to Mercurial to add basic authentication for pulling/pushing code. Via Tortoise HG Mercurial interface, I get the error below, but the operation continues and authentication is accepted and working correctly, i.e,…
i-CONICA
  • 2,361
  • 9
  • 30
  • 45
0
votes
2 answers

Error code 255 when pushing to mercurial

I've setup mercurial hg on a windows server to control the source of a website I work on. On my local machine, I can pull from the remote repository, but not push. It gives me an authentication error. authorization failed , error code : 255 Can…
i-CONICA
  • 2,361
  • 9
  • 30
  • 45
0
votes
2 answers

How to create disposable experimentation workflow in Mercurial?

Coming originally from SVN, I am still new to Mercurial. I am interested in creating an experimental workflow to see if I can rewrite a troubled feature from scratch. If my attempt fails though, I wish to delete the experimental workflow -…
Houman
  • 64,245
  • 87
  • 278
  • 460
0
votes
1 answer

How can I rewrite the history in mercurial to amend an author's name?

I have a mercurial (hg) repository on google code which looks like this. What I'm trying to do is edit the author's name ('Peter Andrews' in this case) due to a typo. The repository is abandoned and there will be no further commits other than to try…
-1
votes
1 answer

Eclipse C/C++ - MercurialEclipse is not listed to install

According to given instructions online, I am trying to install MercurialEclipse to setup my NS3 application on Eclipse Oxygen. However, I can't find this plugin under "http://cbes.javaforge.com/update" location.
fhm
  • 57
  • 1
  • 11
1 2 3 4
5