From 19aa906308568c3170a8742e039a5543a673fc4f Mon Sep 17 00:00:00 2001 From: ceqi Date: Tue, 13 Feb 2018 13:37:58 +0000 Subject: [PATCH] Update usage section example commands Change to so that it's clear that we invoke from a local repository; Add 'git checkout HEAD' command as we need to run it as the final step. Thanks --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e09b271..f335670 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Using hg-fast-export is quite simple for a mercurial repository : mkdir repo-git # or whatever cd repo-git git init -hg-fast-export.sh -r +hg-fast-export.sh -r +git checkout HEAD ``` Please note that hg-fast-export does not automatically check out the -- 2.11.4.GIT