Top "Tortoisehg" questions

TortoiseHg is a Windows shell extension and a series of cross-platform applications for the Mercurial distributed revision control system.

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 …

version-control mercurial tortoisehg commit-message mercurial-commit
Mercurial undo last commit

How can I undo my last accidentally commited (not pushed) change in Mercurial? If possible, a way to do so …

mercurial tortoisehg mercurial-commit
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 …

mercurial tortoisehg
Store password in TortoiseHg

Is there a way to configure TortoiseHg to store my password? I have a project hosted on Google Code that …

mercurial tortoisehg google-code
hg strip vs hg backout and hg revert

What is the difference between the mercurial commands, hg strip hg backout hg revert All these commands basically are used …

mercurial tortoisehg
TortoiseHg Apply a Patch

TortoiseHg allows you to email a patch file of your changes to someone, but does it support applying patches? If …

mercurial patch tortoisehg
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 …

ssl mercurial tortoisehg
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 …

mercurial merge tortoisehg
How do I cherry-pick a single revision in Mercurial?

In Mercurial/TortoiseHg, given the following example, what is the easiest way to merge revision "G" into repo A without …

mercurial tortoisehg cherry-pick
Hg: How to move files (to subfolder) without losing history?

How to move files (to subfolder) without losing their history? In my Mercurial repository (I mean the folder with the .…

mercurial tortoisehg