tortoisehg Questions

3

Solved

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 modif...
Beatrice asked 13/3, 2013 at 22:4

2

Solved

The Hg docs state that hg doesn't support an equivalent to git's index out of the box and suggests using extensions (record or mq) for similar behaviour. First, I have very little field experience...
Farkas asked 6/2, 2014 at 16:49

2

Solved

My question is this: what might be causing Mercurial to indicate (via "status" or TortoiseHgWorkbench) files as "Modified" when they are unchanged? Here's the situation: I have a repository local ...
Graupel asked 3/10, 2013 at 19:54

2

Solved

I want to commit only some of the modifications I made to my files and my preferred way to do this is to shelve/stash away the changes I don't want to commit. This allows me to test the changes I w...
Keef asked 8/11, 2015 at 15:53

2

Solved

I don't see the options to accomplish this. I want to only push changesets related to my default branch, not any other local branches I have. I thought I could do this by using the Repository Expl...
Manor asked 12/5, 2010 at 14:31

3

Solved

I'm using Mercurial (specifically TortoiseHg on Windows) to do version control of VBA code. Anybody who's tried this knows that VBA changes the case of every variable throughout a project whenever ...
Carlie asked 5/3, 2010 at 22:38

3

Solved

Is it better to first close a branch and then merge it with the default branch(for instance) or first merge it and then close it? In TortoiseHg for instance, in the first case, you'll see a line f...
Romelda asked 18/6, 2013 at 12:46

1

Sometimes by accident, or by who knows what, TortoiseHg changes branch colors. I tried to find in the documentation how to set branch colors explicitly, but it didn't worked. I tried an extension...
Suddenly asked 10/8, 2015 at 6:59

1

Solved

Having using TortoiseHG for 3+ years, I've never seen this in the console before, but within the last few days, I've seen this same pattern outputted to the console a couple of times while updating...
Cyprinodont asked 29/6, 2015 at 2:10

2

Solved

I have subrepository structure as following in TortoiseHg: /MainFolder/ /MainFolder/SubFolder1 /MainFolder/SubFolder2 MainFolder is a private repository on bitbucket SubFolder1 is a private repo...

4

Solved

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 https://test:******@hg....
Backsight asked 18/3, 2013 at 11:27

2

Solved

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 comma...
Urceolate asked 6/5, 2013 at 12:59

3

Solved

Guys, could you please describe TortoiseHg extensions which comes with the installation package? What do these do and which you use on the daily basis? What are more useful? This is the list from ...
Mcgurn asked 15/11, 2010 at 21:2

1

Solved

I copied a repository (whole folder) from one computer to another and added the repository to the TortoiseHG workbench through File->Open Repository. Everything works fine, except no overlay icons...
Dixon asked 3/5, 2015 at 2:10

1

I'm using TortoiseHG with mercurial and I have to log my changes from last month. It has to be something like this in GIT: git log --since="2015-03-01" -p --author='me' > C:\history_3.log Can...
Obed asked 24/4, 2015 at 7:36

4

Solved

How to move files (to subfolder) without losing their history? In my Mercurial repository (I mean the folder with the .hg in it) I have MyProject/ folder with all project files. Now I need to crea...
Sulky asked 26/2, 2014 at 15:2

1

Solved

How to delete a remote commit from bitbucket mercurial repository? Findings: I could not found "Repository management" in the "Admin" section. which is mentioned in this answer. Is this feature de...
Siva asked 26/2, 2015 at 6:29

3

Solved

Is there a way to link every HG commit to a specific bug tracking issue? For example, show a drop down when committing from TortoiseHg with all active JIRA issues assigned to the current user (sim...
Stick asked 23/6, 2010 at 15:37

3

Solved

I started using Mercurial and chose MacHg as my GUI of choice, simply because it was the first thing I found when I googled Mercurial Mac GUI. However, I just recently discovered Murky, and Tortois...
Apomorphine asked 4/5, 2011 at 19:42

1

Solved

i´ve installed TortoiseHg with Mercurial. Another programmer of our department created a "normal" hg repo a few months ago. Now I have to change this repo into a "bare" one. Is this even possible? ...
Antung asked 15/12, 2014 at 8:35

12

Solved

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?

4

Solved

I've checked my TortoiseHG settings and it's set to show the folder icons showing the status of the files, but I don't see them. I'm running Windows 7, does anyone know what could be the problem?
Humbertohumble asked 29/4, 2011 at 19:36

4

Solved

My TortoiseHg Windows explorer overlay icons are often in the wrong state for unknown reasons. In order to fix this I need to update icons on the folder, which I cant seem to do for multiple folder...
Panchromatic asked 26/9, 2011 at 19:6

2

Solved

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 th...
Rahn asked 9/6, 2011 at 13:1

2

I set the proxy server in 'global settings' for my tortoisehg in Windows. When I try to connect to bitbucket repositories, the generated command line by tortoisehg was hg clone --debug-- http://bit...
Rodomontade asked 20/8, 2012 at 7:41

© 2022 - 2024 — McMap. All rights reserved.