0
votes
1answer
22 views

In Mercurial on Windows how do I set (any) editor correctly? (Can't commit)

I have TortoiseHg installed on Windows XP. Although I can use most hg commands normally from the command line, I cannot use hg commit (without the -m option) because it fails to launch my editor. ...
1
vote
1answer
29 views

Deleting tracked file from the file system vs hg remove

I'd like to know if there are any consequences when deleting a tracked file from file system (e.g. via windows explorer) in comparison with when using hg remove to delete it from file system and ...
0
votes
1answer
14 views

How can I use two bitbucket accounts (with seperate ssh keys) on one PC with TortoiseHg?

I have a BB (BitBucket) account for work and a BB account for my self and want to be able to access them both from one PC using TortoiseHg with SSH. When you add the two keys to Pageant and then try ...
0
votes
1answer
16 views

HgHooks and TortoiseHG [closed]

I'm trying to use hghooks with tortoisehg. I installed the necessary packages in python, added [hooks] section in hcrc , but when i commit it gives the following error: abort: pretxncommit.pep8 hook ...
0
votes
0answers
15 views

How to clone repository with TortoiseHG located over svn://?

I have followed http://abdullin.com/journal/2010/3/22/use-tortoisehg-mercurial-with-svn-repository.html for configurating TortoiseHG over SVN, and it can successfuly copy repos over http:// ex. ...
0
votes
0answers
37 views

TortoiseHg: “TortoisePlink.exe” is not recognized as an internal or external command

I have been stuck with this problem for almost a day now and finally decided to shout-out for help. Things I have already done: Updated my .ini file with: [ui] username = User Name ssh = ...
1
vote
1answer
32 views

TortoiseHg: ‘hg’ is not recognized as an internal or external command, operable program or batch file

I'm unable to find the command line tools in Mercurial-TortoiseHg version 2.7.2. I checked for hg.exe file and it is present at C:\Program Files\TortoiseHg path but whenever I try running the command ...
0
votes
1answer
22 views

version control- merge two branches - [abort: uncommitted changes]

I have two branches. default and dev. default is the main, dev is development branch. Now i did something in dev and committed and pushed to dev with tortoisehg. Now I want to merge dev into ...
0
votes
0answers
22 views

Exporting a patch from HgWorkbench / Mercurial does not include files that were added in that commit

When trying to export a patch for a commit, the resulting patch file doesn't include empty files that were added in the commit. Steps to reproduce: Create a new folder and initialize it as an Hg ...
0
votes
1answer
33 views

Any way to tell mercurial that file changed name?

this is kind of an boring question because I know how to almost do it, but the point is that I would like to see is there a better way than remove old file, add new file... I know TortoiseHg ...
0
votes
0answers
26 views

Mercurial Eclipse - Update to Revision while retaining local changes

is there a way in Mercurial Eclipse or TortoiseHG to do an update to a previous revision while retaining the local changes? If you have used TortoiseSVN, that's how an Update normally functions, but ...
1
vote
1answer
30 views

TortoiseHG phases are wrong

For some reason TortoiseHG stopped considering my pushed changesets as having a phase of public; it's keeping them as "default." Is there any way to force TortoiseHG to "sync up" with the remote ...
1
vote
0answers
33 views

Hg-git not pushing commits on Github

I have this problem with hg-git where I can't push any commits to Github anymore. When before I had no problems at all. I have a Mercurial repo in Bitbucket where I push to Github, with hg push ...
0
votes
1answer
25 views

Mercurial : See more changesets at once

I do use Netbeans and TortoiseHG to manage and view Mercurial changesets but my problem is that I want to see differences for a range of changeset. Real case: Gil is working on a feature in his own ...
0
votes
1answer
30 views

How to commit only certain revisions to a cloned repository

We have recently moved from Perforce to Mercurial, and we are struggeling a bit to find out how to merge only certain changes to our stable releases. We have a central repository that all developers ...
0
votes
2answers
51 views

Mercurial: TortoiseHg configuration to always prompt for manual resolve for all files when merging

We use Mercurial via TortoiseHg with the 'workbench'. When merging branches, we often find the default (auto?) choice of updates is not what we want. We'd like to configure the tool to always prompt ...
0
votes
2answers
64 views

mercurial automated deployment on staging and production server using bitbucket

Presently we are using mercurial with tortoise HG for GUI to manage Repositories and our repositories are created on bitbucket. Now I want to deploy my source code to my (staging/test) and production ...
1
vote
1answer
76 views

Mercurial merge with subrepo throw error about .hgsubstate

I am trying to merge my local with the changes I pulled and I get this error: % hg merge --verbose --tool=internal:fail 68 resolving manifests '.hgsubstate' [command returned code 255 Wed Apr 10 ...
0
votes
1answer
42 views

Abort with no message while doing hg clone

We are using mercural-server for the central repository on a server and windows developers use TortoiseHg as a client. One of developers can't even clone the repository -- hg responses with "abort:" ...
0
votes
1answer
68 views

Tortoise Hg red line after merging

Hi after merging i have this red line what does it mean?
0
votes
0answers
27 views

kdiff3 won't remember that I just resolved a conflict

This is what is happening when I try to merge 2 files (in my hg repo which opens kdiff3 directly): I find 2 lines that read : <Merge Conflict> in red in the bottom panel. I right-click on each ...
1
vote
1answer
125 views

hg commands in powershell hook from tortoisehg

I created a powershell script to run as a commit hook to write the username to a file. The command I am using in powershell to extract the username is: $repodir = ...
0
votes
2answers
67 views

Manual backup for mercurial repository

I am using Mercurial with tortoiseHg, and I have few repositories around my computer (because i work with different languages at the same time). I would like to have a backup of all my repositories ...
0
votes
1answer
83 views

how to run hg recover command on a remote repository

I am getting the following error while running build in teamcity. Failed to collect changes, error: '"C:\Program Files\TortoiseHg\hg.exe" --config ui.interactive=False pull ...
0
votes
3answers
67 views

How to view complete text of Mercurial commit messages in TortoiseHg Workbench

Is it possible to view the full text of a Mercurial commit message from TortoiseHg Workbench. Presently, only the description column and the snippet exposed in the Changeset expansion seem to show ...
4
votes
2answers
89 views

TortoiseHg files shown in merge

I am writing code to do analysis of our commits to Hg, and am comparing my results to TortoiseHg. I am having trouble understanding the behavior of TortoiseHg in the case of a merge. When I select a ...
1
vote
1answer
44 views

Mercurial update did not ask to merge and overwrote working directory

Environment Two developers BitBucket TortoiseHg (Mercurial) VisualHg used in Visual Studio 2010 We have no branches or separate heads at this time. We each have our working directory on our ...
2
votes
1answer
73 views

How to remove largefiles from Mercurial repo

See also this question. Without knowing what I was doing, I enabled the largefiles extension, committed a file and pushed it to kiln. Now I know the error of my ways, and I need to permanently revert ...
3
votes
2answers
90 views

Mercurial - View all changesets that modify specific line in file

Annotate gets you as far as seeing the most recent change to that line, if that change is a merge then I have no choice but to trawl through the revision history and find the next time it was ...
0
votes
1answer
36 views

Connecting the unversioned code to existing branch in Mercurial

I do have a copy of code which does not have the .hg and its not connected with repository. (v1.1). The code was actully pulled from repo only, but during the development somehow the .hg files got ...
0
votes
0answers
54 views

Invalid Email addrss - Hg git

Why do I get "Invalid Email Address" when commiting to GitHub through TortoiseHg Hg-git plugin? The push works fine, however the email address is invalid. I have tried many "solutions": Add this to ...
0
votes
1answer
41 views

Add to rename tracking in mercurial after commit

Simple scenario: I have renamed a file. The changes are committed and pushed. I didn't have used hg rename. How can I tell mercurial that an add/remove in a commit was a rename? Is there something ...
0
votes
2answers
39 views

TortoiseHg - How to create feature branch starting at an earlier rev

I worked for three weeks on the default branch, committing frequently. I would now like to update to a point 3 weeks ago and push/pull etc with default as if those 3 weeks never existed. Ideally, I ...
0
votes
1answer
70 views

HG PUSH won't push to local directory. Repository not found

I am using Tortoise HG two handle source control for a couple of projects on my local machine. I am pushing to a local directory elsewhere on the HD, just as a way to handle revision history. My ...
0
votes
1answer
83 views

TortoiseHG 'file not found' when pulling/pushing/cloning

I've installed TortoiseHG 64bit on my Windows 7 laptop and worked with it with the last few weeks with no problems. But today I tried to check for new incoming changes and the workbench returns me ...
0
votes
1answer
60 views

unable to push changes to mercurial repo using tortoiseHg

In changeset it shows that I have 12 changes to be pushed but when I click push to mercurial repo it says "no outgoing changesets to URL". this is my first attempt at using TortoiseHg for code push. ...
1
vote
1answer
71 views

What is the plus sign after revision number in Mercurial

We are using Mercurial and TortoiseHg at work and I always see + sign after my working directory revision number and Google doesn't tell me anything about it. Is there any one who can explain this? ...
0
votes
2answers
49 views

How to develop features with Mercurial correctly?

We are two developers and want to use Mercurial in our little project. We both get in touch with Mercurial the first time. We openend a Bitbucket account for our repository. I generated a test project ...
1
vote
0answers
56 views

How can I configure tortoiseHg to use gvimdiff instead of kdiff3?

Setting it globally in "settings" seems to be ignored (double clicking a snapshot still opens kdiff3).
1
vote
1answer
33 views

Tortoisehg opens console windows when working with subrepos. How do I stop it?

I have a mercurial repo with a git subrepo. Whenever I open TortoiseHG, multiple (5-10) console windows are opened and quickly closed (in less than 1 second). I'd like to make tortoise work without ...
2
votes
1answer
75 views

How to keep mercurial graph “flat”

I have a "main" repository, I clone it and make some changes in the clone. In the meantime, there are other changes in "main", so I pull them and merge them in my clone. I make more changes in the ...
0
votes
0answers
175 views

Windows Server 2012 IIS Mercurial 502 Bad Gateway

I recently rent a online VM Server with Windows Server 2012. On this server i installed Mercurial and a IIS website after this guide: IIS Mercurial HG Server Instead of Windows Authentication i use ...
0
votes
1answer
71 views

How to clone partially using TortoiseHG “Clone” on bitbucket?

I want to clone part of repository to non-tip changeset, so I use TortoiseHG -> Clone command, enter commit URL and clone. For some reason I get the clone to the last changeset, not that I wanted to ...
0
votes
0answers
80 views

Mercurial pull problems since redmine update

Since I updated my redmine from 2.1.4 and my ruby from 1.8.x to 1.9.x I can't pull of my mercurial repository. Everytime I try to pull I get a error 500. As login for my repository I use my redmine ...
0
votes
1answer
52 views

how to use tortoiseHg with Mercurial to download the google open source code?

I want to download http://code.google.com/p/android-traditional-chinese-ime/source/checkout this. But how to use tortoiseHg2.7 with Mercurial to download the google open source code?
0
votes
3answers
88 views

Using Git/Hg repository as template project

Is there a way to achieve something similar to what this guy does with SVN? How to use a subversion repository as a template for new projects? I have a basic ASP.NET MVC project, which is essentially ...
0
votes
1answer
37 views

TortoiseHG, is it possible to have the work folder in another place than the repository [duplicate]

Possible Duplicate: TortoiseHg change default .hg folder location I'd like to have my working directory (sources files etc) in another folder than my repository. Indeed, otherwise it ...
0
votes
1answer
44 views

Having Mercurial issues with push after pulling changes into my local repository

I'm fairly new to Mercurial so I'm hoping someone can help me as I'm currently close to tears ;) So I've been working locally and committing to my local repository. I wanted to push my changes to the ...
0
votes
1answer
80 views

TortoiseHG “thg serve” won't start from command line

I am having a problem executing thg serve from the command line. I am executing the following command line: thg serve 8082 --web-conf "E:\Mercurial_Repositories\settings.config" But what I get is ...
0
votes
1answer
51 views

How to authenticate and clone a remote repository in TortoiseHg

I am trying to clone a repo on a remote Ubuntu server to my local Windows file system. Never done this before. I have TortoiseHg 0.9.3. I right-click and empty folder and in the TortoiseHg flyout I ...

1 2 3 4 5 10