Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mercurial

Mercurial Error *** Failed To Import Extension Hggit: No Module Named Hggit

I installed Mercurial on my Mac, and it's wonderful. For me it's easier to grasp than Git … Read more Mercurial Error *** Failed To Import Extension Hggit: No Module Named Hggit

Mercurial Reviewboard And Post-review

so here is the story so far, I have installed review board on linux environment, I have configured … Read more Mercurial Reviewboard And Post-review

Python Import Seems To Behave Differently In Mercurial_keyring.py File

A bizarre import error is preventing me from installing a mercurial extension. I'm trying to ge… Read more Python Import Seems To Behave Differently In Mercurial_keyring.py File

Persistent Dns Caching Not Utilized By Python's Socket.getaddrinfo/mercurial

I used to have very slow DNS lookups on my Ubuntu machine when connecting through one Modem/ISP. I … Read more Persistent Dns Caching Not Utilized By Python's Socket.getaddrinfo/mercurial

Mercurial - I Want To Add Some Custom Code To Be Run After Commit

where could I place code to be run after every commit I make with mercurial? Specifically, I would … Read more Mercurial - I Want To Add Some Custom Code To Be Run After Commit

How To Get The File Count For Each Revision Of Mercurial Using Python Script

import sys import hglib import re # figure out what repo path to use if len(sys.argv) > 1: … Read more How To Get The File Count For Each Revision Of Mercurial Using Python Script