diff --git a/README.rst b/README.rst index bb2ccbf..fad058e 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Yes, this script provides a remote repository implementation that communicates with mercurial. Install it and you can do:: $ git clone hg::https://hg.example.com/some-mercurial-repo - $ cd some-hg-repo + $ cd some-mercurial-repo $ # hackety hackety hack $ git commit -a $ git push diff --git a/git_remote_hg/__init__.py b/git_remote_hg/__init__.py index 385d0cb..60b8494 100755 --- a/git_remote_hg/__init__.py +++ b/git_remote_hg/__init__.py @@ -17,7 +17,7 @@ with mercurial. Install it and you can do:: $ git clone hg::https://hg.example.com/some-mercurial-repo - $ cd some-hg-repo + $ cd some-mercurial-repo $ # hackety hackety hack $ git commit -a $ git push