I need to get contents of a specific revision/node of a file in a local repository and write it to a temporary file.
I set up a http central Mercurial repository and try to send emails on every push. I follow instructions from mercurial page and from http://morecode.wordpress.com/2007/08/03/setting-up-mercurial-to-e
We use tortoise hg with Kiln. In my vs 2010 c# project there are some files that are part of the repository but I would like tortoise hg to ignore them when I make a commit.
I\'m running a Debian Etch system with eclipse. I installed mercurial plugin (http://www.javaforge.com/project/HGE) for eclipse indigo (latest version I guess). And I installed mercurial via the sudo
I have been开发者_StackOverflow banging on this for hours now. I am trying to push my repo changes to kiln but I get this error:
I\'ve one question about general DVCS, including Git and Hg. In both Git and Hg merge tracking is done at the \"commit\" level instead of the \"file/directory\" level.
I have 3 projects: D:\\Projects\\ProjectA\\src\\packA D:\\Projects\\ProjectB\\src\\packB D:\\Projects\\ProjectC\\src\\packC
I am on Windows 7 using TortoiseHg 2.1.3 and I have configure it to use the keyword extension (please, no \"it is bad practice\" remarks, I have studied the arguments and I think in my case it is a va
I am trying to setup TeamCity build server. I am also using mercurial repositories. My project structure is:
I could get it 开发者_StackOverfloweither with hg status --change $HG_NODE or with hg log -r $HG_NODE --style mycustomstyle