Annotate feature in tortoisehg

Yes, it is. Open up TortoiseHg Workbench on top of your repository. Then click the Manifest button, it looks like this in the toolbar: In the list, find the file you want to look at, right-click and choose File History: In the dialog that opens up, in the toolbar just above the file contents, click … Read more

How do you disable mercurial from leaving .orig files after a merge?

Update: According to the Mercurial config documentation the defaults section is deprecated. The Mercurial wiki is also particularly critical of their use. The recommended replacement is to create a command alias (while not shadowing built in commands) that provides the functionality you are looking for. Here’s what I’ve switched to in my config. [alias] undo … Read more

Mercurial Subrepos – How do you create them and how do they work?

You could probably try this stuff out and learn it more quickly than writing up your question took, but I’ll bite. Can any or all of these steps be executed with TortoiseHG, as of version 0.9.2? If yes, how? TortiseHG doesn’t yet put GUI wrappers around sub-repo creation, but TortiseHG has always done a great … Read more