Tag Archives: hg

Mercurial graph

This is a screenshot of the Mercurial graph, of a project that I am currently is working on. It kind of looks like a string instrument you want to play

Posted in Development, Fun, Software | Tagged , , | Leave a comment

Mercurial repository locked on network share and is never released

I have experienced this when the connection is dropped in the middle of a HG command being executed. The solution is to run the following command on the machine hosting the repository. Fire the command in the directory hosting the … Continue reading

Posted in Development, Software | Tagged , | Leave a comment

Mercurial problems with Danish letters

Mercurial can have problems with handling non ASCII letters in file names, comments etc. when it across different platforms (Windows, Unix, MacOSX). I have even experienced the problem within different versions of Windows. The problem: File names containg e.g. æøå is … Continue reading

Posted in Development, Software | Tagged , , | Leave a comment