We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf3db8 commit f050de1Copy full SHA for f050de1
README.asciidoc
@@ -13,6 +13,13 @@ wget https://raw.github.com/mnauw/git-remote-hg/master/git-remote-hg -O ~/bin/gi
13
chmod +x ~/bin/git-remote-hg
14
--------------------------------------
15
16
+In Windows, you also need to put and an NTFS symbolic link named `python2.exe` somewhere
17
+on your `$PATH` pointing to your Python 2 executable:
18
+
19
+--------------------------------------
20
+mklink <path to link> <path to python.exe>
21
22
23
That's it :)
24
25
Obviously you will need Mercurial installed.
0 commit comments