tortoisehg Questions

2

Solved

When pushing changes to a remote repository, is it not possible to automatically run update there so the changes/files are available?
Cachalot asked 3/8, 2011 at 9:15

2

Solved

What is the meaning of the TortoiseHg Workbench Graph symbols? I googled it and got only this (http://tortoisehg.bitbucket.io/manual/2.0/workbench.html) but it has no description of the symbols. Fo...
Mannose asked 15/8, 2016 at 10:29

2

Solved

Trying to do something similar to here: Applying .gitignore to committed files Where you apply the new hgignore file to the already committed files. I have node_modules folder already committed w...
Defamation asked 10/8, 2017 at 8:28

5

Solved

I have a named branch, NewFeature, that I made off of the default branch. I've made a couple commits to that branch, and now I'd like to merge it to rejoin the default branch. Now (each letter is ...
Kilburn asked 1/2, 2011 at 0:5

5

Solved

I try to commit a folder hierarchy into out Mercurial repository, which contains files, whiches absolute path length exceeds 255 characters (Windows max. path length). For these files I receive an...
Steiermark asked 25/5, 2012 at 11:55

3

Solved

I there a way to see what Mercurial commands are issued by Tortoise HG? For instance, if I use the Shelve command in Tortoise, I'd like to see how (and if) it calls 'hg shelve' under the hood.
Diacaustic asked 8/4, 2010 at 12:45

3

Solved

I recently switched over from SVN to Hg. I used to use TortoiseSVN, and now I'm using TortoiseHg. One thing I really miss, though, are the TortoiseSVN style diffs; the Hg ones are just harder to re...
Barnard asked 18/5, 2011 at 17:0

4

Solved

I read all SO questions about this issue, and I still can't resolve it. I am using TortoiseHg. I worked on a side-branch, and now I want to merge it back to the main branch. I pulled all changes m...
Peppi asked 2/8, 2014 at 20:21

3

Solved

Earlier I used Mercurial command line installation and it worked fine for me with default ssh client and keys location in ~/.ssh. On my new laptop I installed TortoiseHg. Now any remote request (...
Willed asked 12/8, 2015 at 18:7

4

Solved

I wanted to push a project from from TortoiseHg to GitHub. I know that, TortoiseHg is a front-end to the Mercurial distributed version control system; where GitHub works with Git. But I love to use...
Scab asked 4/2, 2016 at 10:30

4

Solved

I use TortoiseHg 1.1 and in our team we tend to create named branches for each case we work on then merge with default when we're done. Unfortunately most of the named branches don't get closed. Th...
Clypeus asked 8/12, 2010 at 10:5

3

In TortoiseHg, is it possible to suppress the confirm popup window that appears when pushing to an SSH repository? It's the popup titled "Confirm Push to remote Repository" with a body text of "Pu...
Impatient asked 26/10, 2011 at 20:48

4

Solved

Can i shelve some code I've been working on, at work, with TortoiseHG .. go home .. pull/merge/update ... and then UnShelve and continue working at home? Does TortoiseHG offer this? At work, I cr...
Hesky asked 18/10, 2011 at 21:9

3

Solved

I've accidentally committed bunch of files locally, but didn't pushed. So basically what I want to do is to remove this my commit, then push some other changes. I can remove the commit by Backout-...
Chilpancingo asked 11/9, 2012 at 14:58

5

Solved

I can't get Tortoisehg (1.0) to work with subrepos I have a directory structure like this: root .hg .hgsub .hgsubstate Customer1 Project1 .hg foo.txt Project2 .hg Customer2 Project3 ....
Lochner asked 20/3, 2010 at 19:51

5

Solved

(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...
Medicable asked 3/6, 2010 at 4:3

2

Solved

I'm using TortoiseHG and am trying to handle a renamed file. Unfortunately, I accidentally clicked Accept Match for one of the files and want to undo it. How do I do so without hurting the files I'...
Queenqueena asked 5/7, 2010 at 7:40

3

Solved

Trying setup mercurial SVM on my windows server (2008 RC) from last couple of hours. I am stuck on this error when I try to clone my repo from the client machine. Error: no suitable response from ...
Hegira asked 9/12, 2013 at 12:22

3

Solved

I heard that the only way to create a branch in a Mercurial repository is to make changes in the working copy, then commit them to a new branch. In Subversion, I can create a branch without having...
Zelmazelten asked 25/1, 2011 at 9:34

5

Solved

In Mercurial , revision numbers are local-clone specific, and they are provided as a facility to point to a specific changeset in a more user-friendly way than a changeset id. However when display...
Trioxide asked 17/9, 2012 at 7:59

5

Solved

So I accidentally included a config file (different for each machine) into our mercurial repositories. How can I get Mercurial to not include it in version control? I don't want to delete the fil...
Milquetoast asked 14/7, 2010 at 21:21

9

Solved

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...
Sung asked 29/1, 2009 at 13:21

1

Solved

Recently, I have learned about version control systems (like- Git & Mercurial) and fell in love for them. I have checked TortoiseHg, TortoiseGit, EGit, Git-Bash, Git-Gui and SourceTree. I also ...
Heptachord asked 4/3, 2016 at 17:55

2

Solved

I exported a bunch of changesets from my local working repo after doing a pull from the server repository. To make sure the patches work, I cloned a fresh repo from the server and I tried to apply ...
Gretagretal asked 4/1, 2011 at 8:56

1

gitignore has the ability to define ignore exception by using optional prefix !, for example, in order not to ignore particular file foo.dll: *.dll # Exclude all dlls !foo.dll # Except for foo.dll...
Belter asked 31/12, 2015 at 3:16

© 2022 - 2024 — McMap. All rights reserved.