X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=blobdiff_plain;f=pep-git.txt;h=e1948ca7a9b3dcbf86fbd5811fa182830e05e56b;hp=396cd40c3cc1951a3c923ff4dda13522e2427465;hb=a0aa096d5582e6562b996297ce40526f7e803def;hpb=e1d925c680648f3bcab120371e6cf841618640da diff --git a/pep-git.txt b/pep-git.txt index 396cd40..e1948ca 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -882,7 +882,12 @@ prepend ``hg::`` to Mercurial URLs. For example:: To work with the repository just use regular git commands including ``git fetch/pull/push``. -Mercurial for Git users https://mercurial.selenic.com/wiki/GitConcepts +To start converting your Mercurial habits to git see the page +`Mercurial for Git users +`_ at Mercurial wiki. +At the second half of the page there is a table that lists +corresponding Mercurial and git commands. Should work perfectly in +both directions. References