using mercurial

i wanted to move my stuff from github to a googlecode mercurial hostinrg. github seems to have a nice way to download the code as a .zip file so i take that, unzip it and then what? cd <projectdir-unzipped> hg init hg add (the add seems to automatically recurse everything) hg commit hs push <repository-address> […]

Read More using mercurial