Merge branch 'ye/doc-http-proto' into maint
[git.git] / contrib / remote-helpers / git-remote-hg
blob4255ad6312ec027b65ffd4dfc456bc0ed5dd533f
1 #!/usr/bin/env python
3 import sys
5 sys.stderr.write('WARNING: git-remote-hg is now maintained independently.\n')
6 sys.stderr.write('WARNING: For more information visit https://github.com/felipec/git-remote-hg\n')
8 sys.stderr.write('''WARNING:
9 WARNING: You can pick a directory on your $PATH and download it, e.g.:
10 WARNING: $ wget -O $HOME/bin/git-remote-hg \\
11 WARNING: https://raw.github.com/felipec/git-remote-hg/master/git-remote-hg
12 WARNING: $ chmod +x $HOME/bin/git-remote-hg
13 ''')