Skip to content

Commit 19aa906

Browse files
authored
Update usage section example commands
Change <repo> to <local-repo> 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
1 parent 50dc107 commit 19aa906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Using hg-fast-export is quite simple for a mercurial repository <repo>:
3333
mkdir repo-git # or whatever
3434
cd repo-git
3535
git init
36-
hg-fast-export.sh -r <repo>
36+
hg-fast-export.sh -r <local-repo>
37+
git checkout HEAD
3738
```
3839

3940
Please note that hg-fast-export does not automatically check out the

0 commit comments

Comments
 (0)