mercurial-extension
Managing a pair of files as one in Mercurial
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[详细]
2023-04-11 16:14 分类:问答Mercurial does not send emails using changenotify
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[详细]
2023-04-03 17:35 分类:问答How can I access the information associated to an object from a Mercurial plugin?
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[详细]
2023-04-01 14:53 分类:问答Mercurial convert changes line endings?
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[详细]
2023-02-19 15:01 分类:问答Upgrade to TortoiseHg 2.0 breaks svn
I just upgraded to TortoiseHg 2.0 and now my Push t开发者_如何学JAVAo / Pull from svn (I have MercurialSvn extension enabled) fails with[详细]
2023-02-14 15:42 分类:问答Can I track last pull in Mercurial?
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[详细]
2023-02-07 01:04 分类:问答Mercurial API : repo.changectx(change) doesn't exist!
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[详细]
2023-02-05 09:04 分类:问答How do I configure Mercurial to not commit specific config files?
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[详细]
2023-02-04 02:51 分类:问答In mercurial, how to see tags for only a set of revisions instead of all?
hg tags always shows all tags, so how can I get only the tags that point to a specific revision and all its ancestors?[详细]
2023-01-31 19:59 分类:问答Is there a Mercurial extension like svn propset?
I need to attach custom metadata to my source files that at tracked via Mercurial.The svn properties commands are exactly what I need.[详细]
2023-01-30 19:24 分类:问答