Personal Mercurial Repositories

Link: Personal Mercurial Repositories

I have moved my old, personal hg repositories off the http://hg.faelix.net/ domain, with some Apache magic to keep existing links working:
RewriteRule ^/faelix/(.*)$ /$1 [R=301,L]
RewriteRule ^/maz/(.*)$ http://hg.maz.nu/$1 [R=301,L]

Submitted by marek on Thu, 12/25/2008 - 13:23