Questions tagged [mercurial-extension]

Mercurial extension is a mechanism to customize and extend functionalities of the Mercurial DVCS.

Mercurial extension is a mechanism to customize and extend functionalities of the Mercurial DVCS.

More information:

109 questions
0
votes
1 answer

Issue converting mercurial repository to subversion on windows7 64 bit and Ubuntu

I want to convert a mercurial repository into subversion (I know, I know) but the standard answer for this Converting from Mercurial to Subversion doesn't seem to work for me. I have installed tortoiseHg and the svn command line package from…
mikelong
  • 3,694
  • 2
  • 35
  • 40
0
votes
1 answer

Mercurial error: Failed to import extension hgext.gpg

I trying to enable gpg extension that comes with Mercurial to sign my change sets. I am using the following two lines to enable the extension in the hgrc file: [extensions] hgext.gpg= FILEPATH After I have added these lines to the hgrc file, I am…
DBK
  • 403
  • 4
  • 13
0
votes
2 answers

'20-byte hash required' message on Mercurial commit

I was experiencing an issue with a repository that would error with a 'No Node' message when viewing in Tortoise Workbench. So, I upgraded to TortoiseHg 2.5.1 and am now receiving '20-byte hash required' when i try to commit. I was able to commit…
Bill Martin
  • 4,825
  • 9
  • 52
  • 86
0
votes
1 answer

Adjusting mercurial notify extension to send notification due to a certain string in the commit message?

I need to send notifications to certain email due to a certain string in the commit message in the mercurial repository. I have now the notify extension working but it sends notifications at every push. thanx in advance.
1 2 3 4 5 6 7
8