changeset 325:ef7a7df7a8a7

README: document git.intree In 9fa5e81 (Allow storing the git directory intree), hg-git learnt a new configuration option, but this wasn't documented. Address this.
author Tay Ray Chuan <rctay89@gmail.com>
date Mon, 17 May 2010 20:15:50 +0800
parents f0c1c35d95ba
children 203095c5cb25
files README.md
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md
+++ b/README.md
@@ -74,6 +74,20 @@
 
 That will enable the Hg-Git extension for you.  The bookmarks section is not compulsory, but it makes some things a bit nicer for you.
 
+Configuration
+=============
+
+git.intree
+----------
+
+hg-git keeps a git repository clone for reading and updating. By default, the
+git clone is the subdirectory `git` in your local Mercurial repository. If you
+would like this git clone to be at the same level of your Mercurial repository
+instead (named `.git`), add the following to your `hgrc`:
+
+    [git]
+    intree = True
+
 Authors
 ========