I\'m working with small binary files in Mercurial as posted. This开发者_运维技巧 binary files can be dumped as text to make a diff between versions, but the problem is that the files comes in pairs
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
I am trying to write a small Mercurial extension, which, given the path to an object stored within the repository, it will tell you the revision it\'s at. So far, I\'m working on the code from the Wri
I\'m using the Mercurial Convert extension to import data from a PerForce repository. The conversion appears to have worked correctly, but all the Windows line endings (CRLF) were replaced by unix end
I just upgraded to TortoiseHg 2.0 and now my Push t开发者_如何学JAVAo / Pull from svn (I have MercurialSvn extension enabled) fails with
I\'ve recently discovered the collapse extension and I love it. I can work and commit often, and when I\'m done with my work I can collapse revisions into one logical changeset. One big changeset inst
i\'m trying to make 开发者_开发百科a Mercurial support plugin for a Python IDE and i have a lot of troubles understanding the API. Right now i\'m only making experiments for understanding the uses of
My team is switching to Mercurial.Our projects all have a config file (web.config or app.config, and a few bat files as well - we are a C# shop).These files need to be part of the repository.When a de
hg tags always shows all tags, so how can I get only the tags that point to a specific revision and all its ancestors?
I need to attach custom metadata to my source files that at tracked via Mercurial.The svn properties commands are exactly what I need.