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

"abort: The System Cannot Find The File Specified" In Mercurial

I have a large (~700MB) Mercurial repository. I can clone the repo fine without updating (and also … Read more "abort: The System Cannot Find The File Specified" In Mercurial

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

Pip Hg+ And Git+ Always Downloads Package Instead Of Detecting Satisfied Requirement

My other question here just got answered about why pip svn+ was always re-downloading entire packag… Read more Pip Hg+ And Git+ Always Downloads Package Instead Of Detecting Satisfied Requirement

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

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 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