From 349c9ed468f52d275bc56ff097dfe415737beb7a Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Wed, 5 Oct 2011 11:30:12 +1100 Subject: [PATCH] fix typo in readme --- README.rst | 2 +- git_remote_hg/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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