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

Mercurial Update Hook Not Activating Python Virtual Environment

I have a bash script that I'm trying to execute anytime an hg update occurs. The goal of this b… Read more Mercurial Update Hook Not Activating Python Virtual Environment

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

How Are Version Control Histories Stored And Calculated?

Consider this simple python code, which demonstrates a very simple version control design for a dic… Read more How Are Version Control Histories Stored And Calculated?

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

How Are Version Control Histories Stored And Calculated?

Consider this simple python code, which demonstrates a very simple version control design for a dic… Read more How Are Version Control Histories Stored And Calculated?