Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Oct 5, 2011
1 parent 8ebe59b commit 349c9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion git_remote_hg/__init__.py
Expand Up @@ -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
Expand Down

0 comments on commit 349c9ed

Please sign in to comment.