mercurial-extension Questions

7

Solved

I am using Mercurial for my source control and SourceTree to manage it. I want to use Visual Studio's built in diff and merge tool (vsdiffmerge) for comparing files however this is not working. I...

1

Solved

I'm trying to follow the sample code for writing Mercurial extensions. This is a minimal sample, copied verbatim from the sample code: from mercurial import cmdutil from mercurial.i18n import _ c...
Mcloughlin asked 31/8, 2018 at 14:10

2

Solved

In the past, I have been working with the largefiles extension in mercurial to save data together with the code I have been working on. I think this was a mistake and I would like to remove the "la...

4

Solved

I have installed Mercurial from the Ubuntu package repository. However I don't know how to enable extensions (q* commands). How should I do that? The help shows that enabled extensions: style (no...
Exert asked 2/12, 2011 at 17:52

2

Solved

I have a project whose main (Mercurial) repository is on SourceForge, but there are clones on Bitbucket (Mercurial) and Github (Git). Now I have been using hg-git to push the Mercurial repository ...
Areopagite asked 21/6, 2013 at 17:16

2

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. Whe...
Lemuelah asked 12/1, 2011 at 22:6

1

Solved

i wrote an extension for Mercurial e.g. hg dosomthing --rev 5 and I was wondering what is the right approach to writing performance test cases to monitor the performance of the extension from when ...
Doucette asked 25/11, 2013 at 10:50

3

Solved

I am trying for a while installing Hg-Git addon to my Windows 7 Operating system I have crossed several difficulties like installing Python and other utilities described in this blog. I had eve...
Hypertensive asked 3/1, 2011 at 15:34

3

Solved

I need to attach custom metadata to my source files that at tracked via Mercurial. The svn properties commands are exactly what I need. Is there a mercurial extension that provides commands simila...
Lardy asked 14/12, 2010 at 20:14

4

Solved

Normally, I would enable extensions by adding the following to .hg/hgrc: [extensions] hgext.win32text= [encode] ** = cleverencode: [decode] ** = cleverdecode: However, I want this configuration ...

2

Solved

Iam using win xp with Tortoisehg 2.3. I use bit bucket to backup my personal source code. (rarely for true version control, more as a source backup store). Right now I have to right click on my rep...

2

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 e...
Novel asked 22/3, 2011 at 21:8

1

Solved

I'm writing a Mercurial extension in Python and need to call the "Pull" command using the Mercurial API, but I want to suppress its output using the --quiet flag. In Hg terms, I want to execute th...
Bonar asked 2/11, 2010 at 20:15
1

© 2022 - 2024 — McMap. All rights reserved.