On 22/12/13 07:38, Werner LEMBERG wrote: > I've just done a first commit to the git repository. It works just > fine. > > A very big thank you again to Eric for his CVS conversion!
Indeed, thank you Eric! This isn't well documented on savannah: for those who prefer Mercurial to git, (as I do):-- 1) Enable the git (hggit) extension in $HOME/.hgrc [extensions] git = works for me; your Mercurial implementation may need: [extensions] hggit = 2) Clone the git repository: $ hg clone git://git.savannah.gnu.org/groff.git importing git objects into hg updating to branch default 1173 files updated, 0 files merged, 0 files removed, 0 files unresolved (or, for those authorized for commit access): $ hg clone git+ssh://usern...@git.sv.gnu.org:/srv/git/groff.git ["git-upload-pack '/srv/git/groff.git'"] The authenticity of host 'git.sv.gnu.org (140.186.70.72)' can't be established. RSA key fingerprint is 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'git.sv.gnu.org' (RSA) to the list of known hosts. importing git objects into hg updating to branch default 1173 files updated, 0 files merged, 0 files removed, 0 files unresolved (where `username' represents your savannah authorized user name). -- Regards, Keith.