Suppose I have several commits in local repo, and some uncommited changes in working dir. After hg pull, hg update, I get a couple of new changesets from central repo which create a new head in local
I have a repo in TortoiseHG with a single branch (next version development), but modifications to the local (bug fixes)... something like...
I\'m using TortoiseHg as the version control system for my website. I want to put a label on the website which reports the current revision that is live on the server. Rather than updating this manual
When开发者_开发百科 I create a new repository, I can ask TortoiseHG to give me a .hgignore file. Is there a way that I can customise what that file will look like, rather than having to go and get one
Using Visual Studio 2010.I have a resource.h file which Tort开发者_如何转开发oiseHg thinks is binary so it won\'t display a diff for it in the commit window.I can easily open the file in a text editor
I don\'t get it working :( What I did so far: installed: -tortoisehg-2.1.3-hg-1.9.2-x86.msi -python-2.7.2.msi
I\'ve got 2 Mercurial repositories RepoA and RepoB, 2 people have been working independenlty on each of their repos, RepoA only has one branch(Default) but 9 commits, RepoB has 2 branches, Default and
I am thinking about installing Mercurial and TortoiseHG for our redhat linux server. I found out there are many package versions. I searched online and found out some people encounter incompatible pro
We are using TortoiseHg as our Mercurial client UI. Today we ran into an issue while trying to push from one particular workstation.It was receiving the following error:
I\'m trying to reconfigure our TeamCity build server (running on WIN 2008) and switch from SVN to Mercurial repository.