Tagged Questions
TortoiseHg is a Windows shell extension and a series of cross-platform applications for the Mercurial distributed revision control system.
105
votes
10answers
16k views
How to edit incorrect commit message in Mercurial?
I am currently using TortoiseHg (Mercurial) and accidentally committed an incorrect commit message. How do I go about editing this commit message in the repository?
54
votes
6answers
9k views
Store password in TortoiseHg
Is there a way to configure TortoiseHg to store my password?
I have a project hosted on Google Code that I access using TortoiseHg. Whenever I want to push changes to Google Code TortoiseHg prompts ...
43
votes
3answers
11k views
How to branch with TortoiseHG
I downloaded TortoiseHg 1.0 for evaluation. For the life of me I can't figure out how to make a branch. It seems to understand branches (e.g. in its repository browser) but I just can't seem to find ...
38
votes
7answers
8k views
How do I convert a git repository to mercurial?
I've been developing a java application using git as source code repository. I'd like to share the project with other java developers and hg seems to be most used by them.
My question is how do I ...
29
votes
2answers
6k views
Mercurial Subrepos - How do you create them and how do they work?
Situation
I have two .NET solutions (Foo and Bar) and a common library that contains ProjectA, ProjectB, and ProjectC. Foo and Bar reference one or more library projects, but the library projects are ...
27
votes
2answers
3k views
In Mercurial, how do I merge a single revision?
In Mercurial/tortoiseHG, given the following example, what is the easiest way to merge revision "G" into repo A without taking D,E and F (Assume that G has no dependency on D,E or F).
Repo A: A - B ...
26
votes
3answers
6k views
Why can't I push this change to my 'main' mercurial repository?
I am trying to grok Mercurial and hope I am just getting confused here!
I have a repository ('main') that I have cloned ('clone'), , both on my own machine. Both were completely in sync with each ...
21
votes
5answers
7k views
TortoiseHg Apply a Patch
TortoiseHg allows you to email a patch file of your changes to someone, but does it support applying patches?
If so, how do you apply a patch using TortoiseHg?
Solution
Thanks @Will Bickford for ...
20
votes
6answers
7k views
TortoiseGit, TortoiseBzr, TortoiseHg. Are any solid enough to switch from TortoiseSVN?
I'd like to try out a distributed revision control system. I use a couple Windows PCs, a couple PCs with Linux, and a Mac. On windows, I'd like to use Tortoise.
Are any of the Tortoises other than ...
14
votes
5answers
4k views
Mercurial undo last commit
How can I undo my last accidentally commited (not pushed) change in Mercurial?
If possible, a way to do so with TortoiseHg would be prefered.
Update
In my concrete case I commited a changeset (not ...
14
votes
3answers
650 views
Getting readable diff displays in Mercurial on Unicode files (MS Windows)
I'm trying to store some Windows PowerShell scripts in a Mercurial repository. It seems the PowerShell editor likes to save files as UTF-16 Unicode. This means that there are lots of \0 bytes, which ...
12
votes
7answers
6k views
TortoiseHG and TortoiseSVN play well together?
I had TSVN installed first and been using for a long time. Then I install T-HG and when I right click I dont see any TortoiseHG.
Does anyone have this same problem?
All the T-SVN overlays are still ...
12
votes
10answers
5k views
HgTortoise in Vista 64-bit not showing the context menu
I installed HgTortoise (Mercurial) in my Vista 64-bit and the context menu is not showing up when I right click a file or folder.
Is there any workaround for this problem?
11
votes
3answers
2k views
What is TortoiseHg Overlay Icon Server
I just install TortoiseHg, to act as Mercurial client tool.
However, in my Vista, whenever I start, there is a TortoiseHg Overlay Icon Server at my notification bar.
Is quite annoying. What is the ...
11
votes
2answers
3k views
What is the correct way to handle nested Hg repositories with Mercurial/TortoiseHg?
I'm struggling on how to correctly track nested repositories using TortoiseHg.
I have a main repository that tracks my whole project. This project contains several little plugins that are stored ...
11
votes
2answers
1k views
Can Mercurial be integrated into VS2008?
Does anyone know of a tool to integrate Mercurial into Visual Studio?
Just curious. Mercurial is pretty nice, even with 'just' TortoiseHG, but integration with VS would be better.
10
votes
2answers
360 views
Is there any way to change how graphs are drawn in TortoiseHg?
Being used to how ClearCase draw graphs I find Mercurial's and TortoiseHg's way confusing at first glance.
This is how I'd like it to be represented. With static positions for branches. E.g. ...
10
votes
3answers
2k views
Undo an hg push (backout?)
I made a big oops, and could use some help undoing it.
We have two repositories-a fairly stable repository, and a repository we're working on changes in. I just made a defect fix in our stable ...
10
votes
1answer
2k views
How to let TortoiseHg (Mercurial) on Windows use the Private Key file generated (by Puttygen)?
I have used Puttygen to create a public and a private key, and then is ready to let TortoiseHg on Windows 7 do a clone by going to
ssh://somebody@code.somewhere.com/somecode
but there seems to be ...
10
votes
4answers
1k views
Cloning a read-write github repository using TortoiseHg
I'm trying to clone my personal fork on github using the git+ssh protocol with TortoiseHg. It's giving me a rather strange error. Here is the command
hg clone ...
9
votes
4answers
374 views
Reducing repository size in Mercurial
As my team works on a given project with the source in a Mercurial repository, the repository is obviously growing in size. As such, cloning a repository over the network becomes slower and slower.
...
9
votes
3answers
4k views
How to remove accidental branch in TortoiseHg?
(I am a relative newcomer to TortoiseHg, so bear with me :-) I use TortoiseHg on two machines to talk to my remote source repository. I made changes on one machine, committed them, and attempted to ...
9
votes
1answer
1k views
Using Beyond Compare for Visual Diff in TortoiseHg
I am trying to use Beyond Compare for Visual Diff in TortoiseHg. eg Right click on a modified file in explorer and select Visual Diff from TortoiseHg context menu...
BeyondCompare opens but only ...
9
votes
1answer
273 views
Difference between cloning and copying in Mercurial
Is copying the .hg directory to another directory the same as cloning in Mercurial (using TortoiseHg although I think that's irrelevant) or does the cloning command in Mercurial do something special ...
9
votes
1answer
2k views
Using TortoiseHg’s Repository explorer
I'm coming from a TortoiseSVN background and decided to give TortoiseHg a try. One thing I got really used to with TortoiseSVN was the SVN Repo-Explorer, which worked quite similarly to Windows ...
9
votes
1answer
3k views
Use WinMerge as TortoiseHG Merge tool
i am trying to set up WinMerge as the Merge tool into TortoiseHG;
Here is my Mercurial.ini:
; User specific Mercurial config file.
; See the hgrc man page for details.
[ui]
username = Bargio ...
9
votes
3answers
2k views
How can I integrate a bitbucket repository with the hosted on-demand version of FogBugz?
I use the on-demand (hosted) version of FogBugz. I would like to start using Mercurial for source control. I would like to integrate FogBugz and a BitBucket repository.
I gave it a bit of a try but ...
8
votes
2answers
304 views
8
votes
1answer
615 views
Tortoise HG - Add a tag on commit
At the moment, I only know how to add a tag after a commit. This means that a get a second commit that just contains the tag. Is it possible to add a tag on commit?
8
votes
2answers
492 views
How can I integrate bitbucket.org's Issues with issue tracking in TortoiseHg?
I can not find any documentation for this - is it possible?
8
votes
2answers
499 views
TortoiseHG Revision Graph
I would like to know what the little star means in the TortoiseHG revision graph?
Had a look aroung the docs and couldnt find a key for it.
Thanks
7
votes
2answers
246 views
TortoiseHg is Slow
Basically, what it says on the tin: TortoiseHg is slow.
My team moved from Subversion to Mercurial recently. (In part to take advantage of Kiln for Code Reviews) One of the things we've noticed is ...
7
votes
1answer
458 views
Disabling HTTPS host authentication in TortoiseHG for internal self-signed certificates
How do you disable HTTPS host authentication in TortoiseHG for internal self-signed certificates. For internal servers HTTPS is primarily used for encryption.
The TortoiseHG documentation says that ...
7
votes
1answer
159 views
Can I assign an “alias” to a repository URL in mercurial/kiln?
I keep all my personal projects on my Kiln account and I also have a bitbucket account where I push repositories when I need to share them with people. Is there some way for me to setup an alias for ...
7
votes
2answers
419 views
HG: Undo a commit from history
I have a HG repository with revs 1, 2, 3, 4, 5 and 6.
When I committed rev 4, I unknowingly botched some changes in rev3 that I should not have. I did not notice this until rev 6 was already ...
7
votes
1answer
522 views
TortoiseHg Push
What's the TortoiseHg equivalent of:
hg push http://bitbucket.org/MY_USER/MY_REPO
I haven't been able to figure out how to do this in the manual, and I ask this after extensive Google searching.
...
7
votes
2answers
844 views
How can I remove some commits in Mercurial that were applied to the wrong branch and then replay them on the correct one?
My colleague has committed twice on his repository on the wrong branch.
What is the most effective way to take those two commits, get rid of them and then commit them correctly under the right ...
7
votes
2answers
200 views
What's the best way to version control graphical assets on Windows?
I'm a web developer / designer, and I want to be able to version control graphic files (Photoshop / Fireworks / Illustrator / Stock Photos / etc).
This would normally be fine but some of the files I ...
7
votes
2answers
2k views
TortoiseHg: Push Branch
I am working on some bugs in our code base and I have created separate branches for each bug. I have rebased one of the branches on top of default. I generally use the mercurial plugin for Eclipse and ...
7
votes
2answers
1k views
TortoiseHg can't commit--“The system cannot find the file specified”
I just picked up TortoiseHg to use for distributed source control on Windows and installed it on my C drive. Then I created a repository (located in D:\projects).
When I try to commit the changes, it ...
7
votes
2answers
1k views
Username setup in TortoiseHG
I'm trying to set up a local repository with TortoiseHG. It's not linked to any remote repository; I just want to be able to manage changes on my own box.
Creating the repository went fine, but when ...
7
votes
4answers
1k views
How to best configure a central repository/multiple central repositories for Mercurial?
I am new to Mercurial and trying to figure out if it could replace SVN. Everyone I work with has used SVN, CVS and VSS (shiver), so this could be quite a large change. I have been very interested ...
7
votes
3answers
3k views
How to let Mercurial ignore every thing except *.cs file?
I started a project and added it to Mercurial. But I want to take *.cs file under version control only. So I have to add bin, obj, sln, suo, _resharper folder etc to ignore pattern.
How to let Hg ...
6
votes
1answer
103 views
Mercurial Adding 60+ Merges Randomly
I just had the strangest thing happen to my mercurial repository, I'm genuinely worried for it's integrity.
Background
I have been committing/pushing intermittently all day no problem until just now ...
6
votes
2answers
249 views
How can I tell TortoiseHg to display a UTF-16 file as non-binary?
In a Microsoft Access 2007 project the Access form objects are exported to files with a dedicated software by using the built-in function "SaveAsText". This is necessary because Access doesn't store ...
6
votes
3answers
447 views
Cannot push to Hg project on Codeplex
I am trying to push changes to my codeplex project that is using mercurial.
I receive the following error:
abort: HTTP Error 500: abandoned transaction found - run hg recover
I have tried on my ...
6
votes
1answer
206 views
Apply patches in branch
I receive a patches from a contributor. Apparently, he produces the patches in trunk. However, I would like to commit his changes to a new branch. May I know how I can do so through Tortoise-Hg?
6
votes
2answers
2k views
How to entirely disable SSL certificate checks in Mercurial / TortoiseHg?
I'm looking for a way to make --insecure option the default one for any hg \ TortoiseHg command.
Please don't write this is a bad practice - I aware about possible risks and consider they're fully ...
6
votes
3answers
866 views
Getting Mercurial to run in Windows
I'm a fan of Mercurial and have been using it on Linux for a few years. Does anyone have any experience getting this installed and running on Windows Vista? The only installation instructions that ...
6
votes
5answers
5k views
How do I get Mercurial's hgwebdir working on Windows?
These are the steps I took:
install apache 2.2.x
install TortoiseHg 0.7
copy hgwebdir.cgi, hgweb.config to cgi-bin
edit hgweb.config as appropriate
unzip $blah\TortoiseHg\library.zip to unzip ...